Merge branch 'ide-config' into 'dev'
[chore] IDE configuration See merge request gla-groupe-3/projet!1
This commit is contained in:
commit
293b746b3a
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,7 +1,15 @@
|
||||||
# Maven
|
# Maven
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# Files
|
||||||
|
.xml
|
||||||
|
|
||||||
|
# IDEs
|
||||||
# Eclipse
|
# Eclipse
|
||||||
.settings/
|
.settings/
|
||||||
.project
|
.project
|
||||||
.classpath
|
.classpath
|
||||||
|
# VSCode/VSCodium
|
||||||
|
.vscode/
|
||||||
|
# IntelliJ
|
||||||
|
.idea/
|
||||||
|
|
Reference in a new issue