12345678910111213141516171819202122232425 |
- # 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
- .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
|