cra-template-appbuckets-react-ui
Version:
Starter template for CreateReactApp with Typescript, AppBuckets ReactUI and SCSS
102 lines (77 loc) • 1.5 kB
Plain Text
## Git ###
Created by git for backups. To disable backups in Git:
$ git config --global mergetool.keepBackup false
.git
.gitignore
*.orig
Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
## JetBrains+all ###
.idea/
## Node ###
Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Runtime data
pids
*.pid
*.seed
*.pid.lock
Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
Coverage directory used by tools like istanbul
coverage
*.lcov
nyc test coverage
.nyc_output
Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Bower dependency directory (https://bower.io/)
bower_components
node-waf configuration
.lock-wscript
Dependency directories
node_modules/
jspm_packages/
TypeScript cache
*.tsbuildinfo
Optional npm cache directory
.npm
Optional eslint cache
.eslintcache
Optional REPL history
.node_repl_history
Yarn Integrity file
.yarn-integrity
parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
## React ###
**/*.backup.*
**/*.back.*
*.sublime*
psd
thumb
sketch
## Yarn ###
https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
## System ###
.DS_*