Skip to content

Commit

Permalink
Added .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Jan 29, 2013
1 parent 114147b commit b5a5107
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Eclipse
.project
.classpath
.settings/

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

# Maven
target/

# TestNG
test-output/

# JBoss AS
transaction.log

#Forge
.forge_settings

0 comments on commit b5a5107

Please sign in to comment.