Skip to content
Snippets Groups Projects
Commit 81008a68 authored by Max Barkley's avatar Max Barkley Committed by Michael Anstis
Browse files

Fix gitignore rules for Netbeans and IntelliJ. (#5)

parent 66c6efa4
Branches
Tags
No related merge requests found
......@@ -24,7 +24,11 @@ hs_err_pid*
# Maven build directories
**/target/
#Eclipse Files
**/.project
**/.settings/
**/.classpath
# Eclipse, Netbeans and IntelliJ files
/.*
/**/.*
!.gitignore
/nbproject
*.ipr
*.iws
*.iml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment