Skip to content

Commit

Permalink
Updates gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Mar 30, 2017
1 parent 1f1ca8d commit 67fd9c1
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
target/
.classpath
# Eclipse
.project
.classpath
.settings/
.DS_Store

# IntelliJ
*.iml
*.ipr
*.iws
.idea

# Gradle
.gradle/
.ivy/

# Maven
target/
pom.xml.versionsBackup
pom.xml.releaseBackup
release.properties
dependency-reduced-pom.xml

# TestNG
test-output/

# JBoss AS
transaction.log

# Infinitest configuration
infinitest.filters

# Logs
*.log
*.log~

# Libreoffice leftovers (XLS)
.~lock*

atlassian-ide-plugin.xml
.autoenv.zsh
gh-pages

0 comments on commit 67fd9c1

Please sign in to comment.