mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-07-29 06:11:39 +00:00
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
# 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/ |