mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 10:31:00 +01:00
39 lines
345 B
Plaintext
39 lines
345 B
Plaintext
|
.git
|
||
|
.github
|
||
|
.vscode
|
||
|
coverage
|
||
|
|
||
|
# OS generated files #
|
||
|
.DS_Store
|
||
|
ehthumbs.db
|
||
|
Icon?
|
||
|
Thumbs.db
|
||
|
|
||
|
# Node Files #
|
||
|
node_modules
|
||
|
npm-debug.log
|
||
|
npm-debug.log.*
|
||
|
|
||
|
# Typing #
|
||
|
src/typings/tsd
|
||
|
typings
|
||
|
tsd_typings
|
||
|
|
||
|
# Dist #
|
||
|
.awcache
|
||
|
.webpack.json
|
||
|
compiled
|
||
|
dll
|
||
|
|
||
|
# IDE #
|
||
|
.idea
|
||
|
*.swp
|
||
|
|
||
|
|
||
|
# Angular #
|
||
|
*.ngfactory.ts
|
||
|
*.css.shim.ts
|
||
|
*.ngsummary.json
|
||
|
*.shim.ngstyle.ts
|
||
|
|