OpenSearch/.gitignore

24 lines
274 B
Plaintext
Raw Normal View History

2011-12-05 18:11:12 -05:00
.idea/
2010-02-08 08:30:06 -05:00
.gradle/
2011-12-05 18:11:12 -05:00
*.iml
2010-02-08 08:30:06 -05:00
work/
2010-12-04 17:02:16 -05:00
/data/
2010-11-03 15:42:36 -04:00
logs/
2010-02-08 08:30:06 -05:00
.DS_Store
build/
2011-12-05 18:11:12 -05:00
target/
2011-08-10 05:04:29 -04:00
## eclipse ignores (use 'gradle eclipse' to build eclipse projects)
.project
.classpath
.settings
*/.project
*/.classpath
*/.settings
*/eclipse-build
2011-12-08 03:47:07 -05:00
## netbeans ignores
nb-configuration.xml
nbactions.xml