chore: add .gitignore, remove target/
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
target/
|
||||
*.class
|
||||
*.jar
|
||||
*.log
|
||||
.idea/
|
||||
*.iml
|
||||
.DS_Store
|
||||
node_modules/
|
||||
ui/dist/
|
||||
ui/node_modules/
|
||||
Reference in New Issue
Block a user