Compare commits

..

6 Commits

Author SHA1 Message Date
e0d992eb64 Merge pull request 'Remove binary .class files from Git and add .gitignore' (#1) from V2025101501 into main
Reviewed-on: #1
2025-10-15 01:17:08 +00:00
Johngreen
9be8e365e6 Remove binary .class files from Git and add .gitignore 2025-10-15 10:16:01 +09:00
Johngreen
213f9a5c84 auto commit 2025-10-15 10:06:05 +09:00
a95069a5cd bom list 수정 반영 2025-10-13 19:44:37 +09:00
a47b1f1ff6 BOM조회 수정정 2025-10-13 17:04:41 +09:00
8e9c6170bb auto commit 2025-09-15 20:30:37 +09:00
209 changed files with 685 additions and 64 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