mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
maintain (git): gitignore
This commit is contained in:
parent
40c791b717
commit
2138bf0cad
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +1,8 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
|
*_generated.go
|
||||||
|
*.a
|
||||||
|
*.o
|
||||||
|
*.bin
|
||||||
test/
|
test/
|
||||||
dist/
|
dist/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue