9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
# Specifies intentionally untracked files to ignore when using Git
|
|
# https://git-scm.com/docs/gitignore
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# All node_modules
|
|
node_modules
|