Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Administrator
geumdo_docs
Commits
27f1b119
Commit
27f1b119
authored
Jun 27, 2025
by
insun park
Browse files
대용량 파일 제거 및 .gitignore 업데이트
parent
800245d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
27f1b119
...
...
@@ -220,4 +220,98 @@ Thumbs.db
.env.production
.env.staging
secrets/
keys/
\ No newline at end of file
keys/
# ===================================================================
# Large Files and Build Artifacts
# ===================================================================
# WAR files
*.war
*.war.original
# JAR files
*.jar
# Large media files
*.mp4
*.avi
*.mov
*.mkv
*.wmv
*.flv
*.webm
*.zip
*.tar.gz
*.rar
*.7z
# Large log files
logs/
*.log
# Build artifacts and compiled files
target/
build/
dist/
*.class
*.o
*.so
*.dll
*.exe
# Database files
*.db
*.sqlite
*.sqlite3
# Large data files
*.csv
*.json
*.xml
*.dat
*.bin
# Node modules and package files
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Java build artifacts
*.class
*.jar
*.war
target/
build/
# Python cache and compiled files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Virtual environments
venv/
env/
.venv/
.env/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
Thumbs.db
# Docker specific large files
docker_data/
volumes/
uploads/
\ No newline at end of file
docker/docker_metaverse/no_dam_20240927.zip
deleted
100644 → 0
View file @
800245d2
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment