Initial commit with .gitignore
commit
1cfe5563cf
|
@ -0,0 +1,10 @@
|
|||
*/target/*
|
||||
*/.settings/*
|
||||
*.classpath
|
||||
*.project
|
||||
*.prefs
|
||||
*.class
|
||||
*.iml
|
||||
/.idea/*
|
||||
*/.svn/*
|
||||
/target/
|
Loading…
Reference in New Issue