Merge pull request 'Remove binary .class files from Git and add .gitignore' (#1) from V2025101501 into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2025-10-15 01:17:08 +00:00
197 changed files with 33 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Compiled class files
*.class
# Build directories
WebContent/WEB-INF/classes/
# Log files
*.log
logs/
# OS files
.DS_Store
Thumbs.db
# IDE files
.settings/
.classpath
.project
# Environment files (보안상 제외)
.env
.env.development
.env.production
# Temporary files
*.tmp
*.bak
*.swp
*~
# Docker volumes
.docker/

Some files were not shown because too many files have changed in this diff Show More