Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
gitignore
  • Loading branch information
tobato committed Jan 3, 2016
1 parent c18cb96 commit 5ca3be6
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
/target/
.gradle
*.sw?
.#*
*#
*~
/build
/code
.classpath
.project
.settings
.metadata
.factorypath
bin
build
lib/
target
.springBeans
interpolated*.xml
dependency-reduced-pom.xml
build.log
_site/
.*.md.html
manifest.yml
MANIFEST.MF
settings.xml
activemq-data
overridedb.*
*.iml
*.ipr
*.iws
.idea
*.jar
.DS_Store
.factorypath

0 comments on commit 5ca3be6

Please sign in to comment.