| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <<<<<<< HEAD
- HELP.md
- target/
- !.mvn/wrapper/maven-wrapper.jar
- !**/src/main/**/target/
- !**/src/test/**/target/
- ### STS ###
- .apt_generated
- .classpath
- .factorypath
- .project
- .settings
- .springBeans
- .sts4-cache
- ### IntelliJ IDEA ###
- .idea
- *.iws
- *.iml
- *.ipr
- ### NetBeans ###
- /nbproject/private/
- /nbbuild/
- /dist/
- /nbdist/
- /.nb-gradle/
- build/
- !**/src/main/**/build/
- !**/src/test/**/build/
- ### VS Code ###
- .vscode/
- =======
- # Build and Release Folders
- bin-debug/
- bin-release/
- [Oo]bj/
- [Bb]in/
- # Other files and folders
- .settings/
- # Executables
- *.swf
- *.air
- *.ipa
- *.apk
- # 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.
- >>>>>>> 4c9d54f64bc6dd1b25f7937da3f6fefac31becac
|