mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
- Add npm-debug.log and .DS_Store to .gitignore
Thanks to xet7 !
This commit is contained in:
parent
156164b5fd
commit
44f4a1c3bf
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,6 +4,7 @@
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
tmp/
|
tmp/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
.build/*
|
.build/*
|
||||||
|
|
@ -16,3 +17,4 @@ package-lock.json
|
||||||
**/*.snap
|
**/*.snap
|
||||||
snap/.snapcraft/
|
snap/.snapcraft/
|
||||||
.idea
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue