Enjoy 3.2 release ^_^
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# maven #
|
||||
target
|
||||
|
||||
logs
|
||||
|
||||
# eclipse #
|
||||
.settings
|
||||
.project
|
||||
.classpath
|
||||
.log
|
||||
|
||||
# windows #
|
||||
Thumbs.db
|
||||
|
||||
# Mac #
|
||||
.DS_Store
|
||||
|
||||
# Package Files #
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
# idea #
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
plan.txt
|
||||
|
||||
*.class
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
|
||||
|
||||
*.bak
|
||||
*.tmp
|
||||
*.log
|
||||
/bin/
|
||||
build.sh
|
||||
integration-repo
|
||||
/build/
|
||||
|
||||
# IDEA metadata and output dirs
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
/webapp/WEB-INF/classes/
|
||||
/webapp/WEB-INF/test-classes/
|
||||
/webapp/WEB-INF/target/
|
||||
|
||||
a_little_config_pro.txt
|
||||
|
||||
dev_plan.txt
|
Reference in New Issue
Block a user