Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
edanuff committed Feb 17, 2012
1 parent 89eb961 commit 2a72dde
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
@@ -0,0 +1,29 @@
.idea
*.DS_Store
hector.iml
releases
target
tmp
bin
build
.classpath
.project
.settings
out
*.svn
*.ipr
*.iws
DS_Store
/.DS_Store
*.class
.class

/console/.gitignore
/websocket/${activemq.base}/
/tools/export/
/config/src/main/resources/usergrid-custom.properties
/config/src/test/resources/usergrid-custom-test.properties
/standalone/usergrid-custom-standalone.properties
/rest/src/main/resources/usergrid-custom.properties

usergrid-custom*

0 comments on commit 2a72dde

Please sign in to comment.