Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zaccardo committed Apr 5, 2017
1 parent e8f30f6 commit 86dbc3f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
\#*\#
*~
*.bak
*.swp
*.swo
.DS_Store

atlassian-ide-plugin.xml
*.class

target/
test-output/

.project
.classpath
.settings/
.metadata/
.externalToolBuilders/

.idea/
*.iml

nbactions.xml
nb-configuration.xml

prodDb.*

*.log
brooklyn*.log.*

*brooklyn-persisted-state/

ignored

0 comments on commit 86dbc3f

Please sign in to comment.