123456789101112131415161718192021222324252627282930 |
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
- # dependencies
- /node_modules
- /npm-debug.log*
- /yarn-error.log
- /package-lock.json
- /.history
- # production
- /dist
- # misc
- .DS_Store
- .idea/
- # umi
- .umi
- .umi-production
- .idea/dc.iml
- .idea/misc.xml
- .idea/modules.xml
- .idea/vcs.xml
- .idea/workspace.xml
- .idea/inspectionProfiles/Project_Default.xml
- build
- .env.local
- config/config.local.ts
- config/config.local.copy.ts
- src/conf/config.local.ts
|