Skip to content

Commit 39f6d2b

Browse files
committed
chore(gitignore): yarn.lock
1 parent bf3bb4b commit 39f6d2b

File tree

4 files changed

+3
-10839
lines changed

4 files changed

+3
-10839
lines changed

.gitignore

Lines changed: 2 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
.DS_Store
22
.thumbs.db
3-
4-
# Logs
5-
logs
6-
*.log
3+
node_modules
74
npm-debug.log*
85
yarn-debug.log*
96
yarn-error.log*
7+
yarn.lock
108

119
# Editor directories and files
1210
.idea
@@ -15,58 +13,3 @@ yarn-error.log*
1513
*.ntvs*
1614
*.njsproj
1715
*.sln
18-
19-
# Runtime data
20-
pids
21-
*.pid
22-
*.seed
23-
*.pid.lock
24-
25-
# Directory for instrumented libs generated by jscoverage/JSCover
26-
lib-cov
27-
28-
# Coverage directory used by tools like istanbul
29-
coverage
30-
31-
# nyc test coverage
32-
.nyc_output
33-
34-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
35-
.grunt
36-
37-
# Bower dependency directory (https://bower.io/)
38-
bower_components
39-
40-
# node-waf configuration
41-
.lock-wscript
42-
43-
# Compiled binary addons (https://nodejs.org/api/addons.html)
44-
build/Release
45-
46-
# Dependency directories
47-
node_modules/
48-
jspm_packages/
49-
50-
# TypeScript v1 declaration files
51-
typings/
52-
53-
# Optional npm cache directory
54-
.npm
55-
56-
# Optional eslint cache
57-
.eslintcache
58-
59-
# Optional REPL history
60-
.node_repl_history
61-
62-
# Output of 'npm pack'
63-
*.tgz
64-
65-
# Yarn Integrity file
66-
.yarn-integrity
67-
68-
# dotenv environment variables file
69-
.env
70-
71-
# next.js build output
72-
.next

demo/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ node_modules
1010
npm-debug.log*
1111
yarn-debug.log*
1212
yarn-error.log*
13+
yarn.lock
1314

1415
# Editor directories and files
1516
.idea

0 commit comments

Comments
 (0)