diff options
| author | Fuwn <[email protected]> | 2021-05-06 20:20:37 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 20:20:37 -0700 |
| commit | df12123946bbfa0515cb3338f112b931a1bff3c1 (patch) | |
| tree | a41f897af916417a9b040b599252d4e23a16d658 /.gitignore | |
| parent | Initial commit (diff) | |
| download | frontend-df12123946bbfa0515cb3338f112b931a1bff3c1.tar.xz frontend-df12123946bbfa0515cb3338f112b931a1bff3c1.zip | |
feat(global): :star:
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -102,3 +102,27 @@ dist # TernJS port file .tern-port + +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? |