Skip to content

Commit

Permalink
Updates .gitignore with additional exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Jan 23, 2017
1 parent 5eac30a commit 7d9c1e3
Showing 1 changed file with 35 additions and 10 deletions.
45 changes: 35 additions & 10 deletions .gitignore
@@ -1,13 +1,38 @@
target/
# Eclipse
.project
.settings
.classpath
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.settings/

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

# Gradle
.gradle/
.ivy/

# Maven
target/
dependency-reduced-pom.xml
*.versionsBackup

# TestNG
test-output/

# JBoss AS
transaction.log

# Infinitest configuration
infinitest.filters

# Logs
*.log
*.log~

# Libreoffice leftovers (XLS)
.~lock*

atlassian-ide-plugin.xml
.autoenv.zsh

0 comments on commit 7d9c1e3

Please sign in to comment.