source:
.gitignore
| Last change on this file was d8deee6, checked in by , 3 months ago | |
|---|---|
|
|
| File size: 180 bytes | |
| Rev | Line | |
|---|---|---|
| [d8deee6] | 1 | # Environment variables |
| 2 | .env | |
| 3 | .env.local | |
| 4 | .env.*.local | |
| 5 | ||
| 6 | # Dependencies | |
| 7 | node_modules/ | |
| 8 | package-lock.json | |
| 9 | ||
| 10 | # IDE | |
| 11 | .vscode/ | |
| 12 | .vs/ | |
| 13 | *.swp | |
| 14 | *.swo | |
| 15 | ||
| 16 | # OS | |
| 17 | .DS_Store | |
| 18 | desktop.ini |
Note:
See TracBrowser
for help on using the repository browser.
