mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
browser: add yarn.lock and .gitignore files. (#3621)
This commit is contained in:
parent
0e693e0284
commit
b4343a28b7
20
browser/.gitignore
vendored
Normal file
20
browser/.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
**/*.swp
|
||||||
|
cover.out
|
||||||
|
*~
|
||||||
|
minio
|
||||||
|
!*/
|
||||||
|
site/
|
||||||
|
**/*.test
|
||||||
|
**/*.sublime-workspace
|
||||||
|
/.idea/
|
||||||
|
/Minio.iml
|
||||||
|
**/access.log
|
||||||
|
build
|
||||||
|
vendor/**/*.js
|
||||||
|
vendor/**/*.json
|
||||||
|
release
|
||||||
|
.DS_Store
|
||||||
|
*.syso
|
||||||
|
coverage.txt
|
||||||
|
node_modules
|
||||||
|
production
|
4791
browser/yarn.lock
Normal file
4791
browser/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user