31 lines
563 B
Plaintext
31 lines
563 B
Plaintext
# Build and Release Folders
|
|
bin-debug/
|
|
bin-release/
|
|
[Oo]bj/
|
|
[Bb]in/
|
|
|
|
# Other files and folders
|
|
.settings/
|
|
|
|
|
|
# Executables
|
|
#.gitignore
|
|
lib/
|
|
/lib
|
|
log
|
|
*.swf
|
|
*.air
|
|
*.ipa
|
|
*.apk
|
|
|
|
/src/main/resources/**/*.properties
|
|
!/src/main/resources/**/*.xml
|
|
/target
|
|
.idea/
|
|
src/main/java/.gitignore
|
|
src/main/java/README.md
|
|
!/src/main/resources/WEB-INF/prop/prop2map/*.properties
|
|
# 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.
|