mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
Aggiungi file .gitignore per escludere directory e file non necessari
This commit is contained in:
parent
abd8c38f70
commit
547ab383df
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Ignore node_modules directory in the client dashboard to avoid committing dependencies
|
||||
/client/dashboard/node_modules
|
||||
# Ignore build directory in the client dashboard to avoid committing build artifacts
|
||||
/client/dashboard/build
|
||||
# Ignore all __pycache__ directories
|
||||
**/__pycache__/
|
||||
# Ignore Video directory to avoid committing video files
|
||||
/Video/
|
Loading…
x
Reference in New Issue
Block a user