[.gitignore] Dont commit stuff that arent meant to
parent
52e36f3fb7
commit
1874c3722a
|
@ -6,3 +6,6 @@ env/
|
||||||
debug.yml
|
debug.yml
|
||||||
# ignore local variables that are used to load passwords
|
# ignore local variables that are used to load passwords
|
||||||
vars_plugins/pass.ini
|
vars_plugins/pass.ini
|
||||||
|
# On ne commit pas le travail en cours
|
||||||
|
NOTES.md
|
||||||
|
*.work
|
||||||
|
|
Loading…
Reference in New Issue