Compare commits

..

5 Commits

Author SHA1 Message Date
Johngreen
018688520d 매출관리 페이지 완료 2025-10-17 12:09:17 +09: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
212 changed files with 1151 additions and 218 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