MAJ gitignore
This commit is contained in:
parent
36b96e8170
commit
1d6ee8fe64
2 changed files with 6 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -35,3 +35,7 @@ out/
|
||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
|
||||||
|
### Empêcher ses fichiers d'être mis à jour
|
||||||
|
application.properties
|
|
@ -20,3 +20,5 @@ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDial
|
||||||
# Permet d'exécuter le data.sql
|
# Permet d'exécuter le data.sql
|
||||||
# ===============================
|
# ===============================
|
||||||
##spring.sql.init.mode=always
|
##spring.sql.init.mode=always
|
||||||
|
|
||||||
|
## coucou
|
Loading…
Add table
Reference in a new issue