StreamingCommunity/.gitignore

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/