ecology_maven/.gitignore

32 lines
605 B
Plaintext
Raw Normal View History

2021-11-14 15:24:30 +08:00
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
2021-12-14 10:28:23 +08:00
2021-11-14 15:24:30 +08:00
# Executables
2021-12-14 10:28:23 +08:00
#.gitignore
log
2021-11-14 15:24:30 +08:00
*.swf
*.air
*.ipa
*.apk
2021-12-19 13:44:11 +08:00
/lib
/lib/classbeanLib
/lib/weaverLib
/src/main/resources/**/*.properties
!/src/main/resources/**/*.xml
2021-12-16 12:59:01 +08:00
/target
2021-12-19 13:44:11 +08:00
/lib/classbean
2021-12-14 10:28:23 +08:00
.idea/
2021-12-22 19:26:10 +08:00
src/main/java/.gitignore
src/main/java/README.md
2021-12-19 13:44:11 +08:00
!/src/main/resources/WEB-INF/prop/prop2map/*.properties
2021-11-14 15:24:30 +08:00
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.