generated from o/repo-template
berg.mirror files added
This commit is contained in:
commit
4747177059
73 changed files with 6994 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
# logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# node
|
||||
node_modules/
|
||||
.npm
|
||||
package-lock.json
|
||||
|
||||
# generated output
|
||||
dist
|
||||
docs
|
||||
|
||||
# system Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
Loading…
Add table
Add a link
Reference in a new issue