ecology_maven/.gitignore

29 lines
495 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-14 10:28:23 +08:00
classbeanLib/*
weaverLib/*
2021-12-16 12:59:01 +08:00
/web/**/*.properties
/web/**/*.xml
/target
/classbean
2021-12-14 10:28:23 +08:00
.idea/
!/web/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.