ecology_dev/.gitignore

43 lines
744 B
Plaintext
Raw Normal View History

2022-11-22 00:24:17 +08:00
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# Other files and folders
.settings/
# Executables
#.gitignore
log
*.swf
*.air
*.ipa
*.apk
.idea/
2022-11-22 17:04:20 +08:00
#.gitignore
2022-11-22 00:24:17 +08:00
!.gitignore
# 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.
/target/
/log/
.DS_Store
/src/main/resources/WEB-INF/prop/weaver.properties
/lib/classbean
2022-11-22 16:54:42 +08:00
/file/
2022-11-23 11:41:25 +08:00
/src/test/resources/application.properties
/src/test/resources/application.xml
/src/main/resources/file
/src/*/resources/ssl/
2022-11-22 17:05:47 +08:00
DirectoryV2.xml
2022-11-28 17:27:19 +08:00
/lib/classbeanLib/ecology-dev-lib.jar
/lib/classbeanLib/web-inf-class-lib.jar
/lib/weaverLib/
*.groovy
2022-11-22 17:05:47 +08:00
2022-11-22 00:24:17 +08:00