Adds `.gitlocal` to prevent local-only Git configurations or temporary files from being tracked and committed. This ensures personal settings remain out of version control.
7 lines
59 B
Plaintext
7 lines
59 B
Plaintext
.DS_Store
|
|
__pycache__/
|
|
*.pyc
|
|
node_modules/
|
|
dist/
|
|
.gitlocal
|