mirror of
https://gitlab.com/Thoscellen/Wallset.git
synced 2025-05-31 19:04:51 +02:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
# Ignore les résultats de compilations locales
|
|
**/builds/
|
|
|
|
# Ignore node_module
|
|
**/node_modules/
|
|
|
|
# Ignore python stuff
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
|
|
# Ignore les fichiers système de MacOS
|
|
**/.DS_Store |