Skip to content

Commit

Permalink
[gitignore] Don't track attachments and login credentials in git
Browse files Browse the repository at this point in the history
  • Loading branch information
jludvice committed May 29, 2017
1 parent 88b2dca commit 80bed74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Created by .ignore support plugin (hsz.mobi)

#ignore downloaded attachments from ISDS
camel-isds-attachment-store

# ignore property file with isds credentials (used for integration tests)
isds-config.properties

### Java template
*.class

Expand Down

0 comments on commit 80bed74

Please sign in to comment.