Currently the project ignores .idea (directory-based format) as well as *.ims (file-based format) but not *.ipr and *.iws. We thus ignore the latter two as they are generated by IDEA as well. Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
19 lines
232 B
Plaintext
19 lines
232 B
Plaintext
target
|
|
bin
|
|
.classpath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.ant-targets-build.xml
|
|
src/ant/.ant-targets-upload-dist.xml
|
|
*.swp
|
|
*/src/main/java/META-INF
|
|
*/src/main/webapp/META-INF
|
|
erl_crash.dump
|
|
nohup.out
|
|
jredis.log
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|