15 lines
251 B
Plaintext
15 lines
251 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# production
|
|
/_site
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
/.vscode
|
|
|
|
# VS Code Counter extension
|
|
/.VSCodeCounter/ |