mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
Consolidate gitignore
This commit is contained in:
parent
a39f0c4f8b
commit
42429d9c81
2 changed files with 11 additions and 12 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,8 +1,15 @@
|
|||
node_modules
|
||||
build/
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
npm-debug.log
|
||||
node_modules
|
||||
|
||||
build/
|
||||
examples/playground/static/js/app.js
|
||||
examples/playground/static/uppy/
|
||||
|
||||
examples/playground/static/js/app.js
|
||||
website/db.json
|
||||
website/*.log
|
||||
website/node_modules/
|
||||
website/public/
|
||||
website/.deploy*/
|
||||
website/src/_drafts
|
||||
|
|
|
|||
8
website/.gitignore
vendored
8
website/.gitignore
vendored
|
|
@ -1,8 +0,0 @@
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
db.json
|
||||
*.log
|
||||
node_modules/
|
||||
public/
|
||||
.deploy*/
|
||||
src/_drafts
|
||||
Loading…
Add table
Add a link
Reference in a new issue