Adding gitignore

This commit is contained in:
Wojciech Czop
2021-04-26 16:18:08 +02:00
parent 3e7daea3ac
commit 4daf82aac3
3 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
target/
nbactions.xml
.idea/
.settings/
.classpath
.settings
.project
*.iml
.vscode