- add target to gitignore
- add profiles to pom.xml
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Maven / build output
|
||||
target/
|
||||
|
||||
# IDE / workspace files
|
||||
.idea/
|
||||
*.iml
|
||||
.vscode/
|
||||
|
||||
# OS artifacts
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user