Add executable permissions to shell scripts and restore .gitignore
This commit is contained in:
67
.gitignore
vendored
Normal file
67
.gitignore
vendored
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
# 환경 설정 파일
|
||||||
|
.env.*
|
||||||
|
!.env.*.example
|
||||||
|
!.env.production
|
||||||
|
|
||||||
|
# 로그 파일
|
||||||
|
logs/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# 백업 파일
|
||||||
|
backup_*.sql
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# IDE 설정
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS 생성 파일
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# 빌드 결과물
|
||||||
|
target/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# 임시 파일
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
|
||||||
|
# Docker 볼륨 데이터
|
||||||
|
postgres_data/
|
||||||
|
|
||||||
|
# 컴파일된 클래스 파일
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# 패키지 파일
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.ear
|
||||||
|
|
||||||
|
# Maven
|
||||||
|
target/
|
||||||
|
pom.xml.tag
|
||||||
|
pom.xml.releaseBackup
|
||||||
|
pom.xml.versionsBackup
|
||||||
|
pom.xml.next
|
||||||
|
release.properties
|
||||||
|
|
||||||
|
# 대용량 파일 (필요시 Git LFS 사용)
|
||||||
|
# db/dbexport.pgsql
|
||||||
|
|
||||||
|
# 쿠키 파일
|
||||||
|
cookies.txt
|
||||||
|
|
||||||
|
# 압축 파일
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
|
|
||||||
|
# 문서 임시 파일
|
||||||
|
~$*
|
||||||
|
|
||||||
|
# SVN 파일들
|
||||||
|
.svn/
|
||||||
0
db/00-create-roles.sh
Normal file → Executable file
0
db/00-create-roles.sh
Normal file → Executable file
Reference in New Issue
Block a user