Skip to content

Commit b6112e6

Browse files
committed
Remove node_modules from repository and add .gitignore
1 parent ac9990d commit b6112e6

727 files changed

Lines changed: 108 additions & 81147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Dependencies
2+
node_modules/
3+
npm-debug.log*
4+
yarn-debug.log*
5+
yarn-error.log*
6+
7+
# Runtime data
8+
pids
9+
*.pid
10+
*.seed
11+
*.pid.lock
12+
13+
# Coverage directory used by tools like istanbul
14+
coverage/
15+
16+
# nyc test coverage
17+
.nyc_output
18+
19+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
20+
.grunt
21+
22+
# Bower dependency directory (https://bower.io/)
23+
bower_components
24+
25+
# node-waf configuration
26+
.lock-wscript
27+
28+
# Compiled binary addons (https://nodejs.org/api/addons.html)
29+
build/Release
30+
31+
# Dependency directories
32+
node_modules/
33+
jspm_packages/
34+
35+
# TypeScript v1 declaration files
36+
typings/
37+
38+
# Optional npm cache directory
39+
.npm
40+
41+
# Optional eslint cache
42+
.eslintcache
43+
44+
# Optional REPL history
45+
.node_repl_history
46+
47+
# Output of 'npm pack'
48+
*.tgz
49+
50+
# Yarn Integrity file
51+
.yarn-integrity
52+
53+
# dotenv environment variables file
54+
.env
55+
.env.test
56+
.env.local
57+
.env.development.local
58+
.env.test.local
59+
.env.production.local
60+
61+
# parcel-bundler cache (https://parceljs.org/)
62+
.cache
63+
.parcel-cache
64+
65+
# next.js build output
66+
.next
67+
68+
# nuxt.js build output
69+
.nuxt
70+
71+
# vuepress build output
72+
.vuepress/dist
73+
74+
# Serverless directories
75+
.serverless
76+
77+
# FuseBox cache
78+
.fusebox/
79+
80+
# DynamoDB Local files
81+
.dynamodb/
82+
83+
# TernJS port file
84+
.tern-port
85+
86+
# IDE files
87+
.vscode/
88+
.idea/
89+
*.swp
90+
*.swo
91+
*~
92+
93+
# OS generated files
94+
.DS_Store
95+
.DS_Store?
96+
._*
97+
.Spotlight-V100
98+
.Trashes
99+
ehthumbs.db
100+
Thumbs.db
101+
102+
# Logs
103+
logs
104+
*.log
105+
106+
# Temporary files
107+
tmp/
108+
temp/

node_modules/.bin/mime

Lines changed: 0 additions & 16 deletions
This file was deleted.

node_modules/.bin/mime.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

node_modules/.bin/mime.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)