ignore more
This commit is contained in:
parent
d3b81ca3dc
commit
0700af855d
37
.gitignore
vendored
37
.gitignore
vendored
@ -1,17 +1,20 @@
|
|||||||
# Intellij
|
# Intellij
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
# build
|
# build
|
||||||
main.js
|
main.js
|
||||||
*.js.map
|
*.js.map
|
||||||
|
|
||||||
# obsidian
|
# obsidian
|
||||||
data.json
|
data.json
|
||||||
|
|
||||||
# hidden files
|
# debug
|
||||||
.*
|
logs.txt
|
||||||
|
|
||||||
|
# hidden files
|
||||||
|
.*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user