mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-17 01:12:37 +01:00
Update .gitignore
This commit is contained in:
parent
33e4d125db
commit
abeb2d64b7
56
.gitignore
vendored
56
.gitignore
vendored
@ -1,23 +1,49 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
# compiled output
|
||||||
|
/dist
|
||||||
|
/tmp
|
||||||
|
/out-tsc
|
||||||
|
# Only exists if Bazel was run
|
||||||
|
/bazel-out
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
/node_modules
|
||||||
/.pnp
|
|
||||||
.pnp.js
|
|
||||||
|
|
||||||
# testing
|
# profiling files
|
||||||
/coverage
|
chrome-profiler-events*.json
|
||||||
|
speed-measure-plugin*.json
|
||||||
|
|
||||||
# production
|
# IDEs and editors
|
||||||
/build
|
/.idea
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.c9/
|
||||||
|
*.launch
|
||||||
|
.settings/
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
# IDE - VSCode
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.history/*
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
/.sass-cache
|
||||||
.env.local
|
/connect.lock
|
||||||
.env.development.local
|
/coverage
|
||||||
.env.test.local
|
/libpeerconnection.log
|
||||||
.env.production.local
|
npm-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
testem.log
|
||||||
|
/typings
|
||||||
|
.git
|
||||||
|
|
||||||
npm-debug.log*
|
# System Files
|
||||||
yarn-debug.log*
|
.DS_Store
|
||||||
yarn-error.log*
|
Thumbs.db
|
||||||
|
|
||||||
|
*.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user