Skip to content

Commit

Permalink
gitignore: add rules for IntelliJ
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Rueden <[email protected]>
  • Loading branch information
rimadoma authored and ctrueden committed Sep 2, 2016
1 parent 2bd51a3 commit 8e2d130
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
*.swp

# Maven #
/target/

# Eclipse #
/.classpath
/.project
/.settings/
/target/

# IntelliJ #
/*.iml
/.idea/

0 comments on commit 8e2d130

Please sign in to comment.