| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .DS_Store
- node_modules
- /dist
- /public/config.json
- # Created by git for backups. To disable backups in git:
- # $ git config --global mergetool.keepBackup false
- *.orig
- # Created by git when using merge tools for conflicts
- *.BACKUP.*
- *.BASE.*
- *.LOCAL.*
- *.REMOTE.*
- *_BACKUP_*.txt
- *_BASE_*.txt
- *_LOCAL_*.txt
- *_REMOTE_*.txt
- # 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/*
- !.vscode/settings.json
- !.vscode/launch.json
- !.vscode/extensions.json
- *.suo
- *.ntvs*
- *.njsproj
- *.sln
- *.sw?
- # pnpm
- package-lock.json
|