first commit
This commit is contained in:
commit
4d332ef662
27586 changed files with 3281783 additions and 0 deletions
61
.gitignore
vendored
Normal file
61
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
# .gitignore for JSP / Java web applications
|
||||
# Ignore compiled classes
|
||||
*.class
|
||||
|
||||
# Build directories (Maven, Gradle, Ant, etc.)
|
||||
/target/
|
||||
/build/
|
||||
/out/
|
||||
/dist/
|
||||
/bin/
|
||||
|
||||
# Webapp build artifacts and generated classes
|
||||
/WEB-INF/classes/
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# Logs, temp and swap files
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
*.bak
|
||||
|
||||
# Servlet container / Tomcat runtime files
|
||||
logs/
|
||||
temp/
|
||||
work/
|
||||
|
||||
# IDEs and editors
|
||||
/.idea/
|
||||
/.vscode/
|
||||
*.iml
|
||||
/.project
|
||||
/.classpath
|
||||
/.settings/
|
||||
/nbproject/
|
||||
|
||||
# Maven / Gradle caches
|
||||
/.mvn/
|
||||
/.gradle/
|
||||
|
||||
# Node / frontend
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
||||
# User uploads, caches, and runtime temp data
|
||||
/uploads/
|
||||
/tmp/
|
||||
/cache/
|
||||
|
||||
# Optional: if your project CHECKS IN vendor jars, remove the next line
|
||||
# /WEB-INF/lib/*.jar
|
||||
|
||||
/admin/_V4/**
|
||||
Loading…
Add table
Add a link
Reference in a new issue