Update gitignore
This commit is contained in:
parent
d0f45233b1
commit
c2dceb0be4
2 changed files with 10 additions and 22 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# vscode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# npm
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Exclude macOS Finder (System Explorer) View States
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
backend/target
|
||||||
22
plugin/.gitignore
vendored
22
plugin/.gitignore
vendored
|
|
@ -1,22 +0,0 @@
|
||||||
# vscode
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# Intellij
|
|
||||||
*.iml
|
|
||||||
.idea
|
|
||||||
|
|
||||||
# npm
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
# Don't include the compiled main.js file in the repo.
|
|
||||||
# They should be uploaded to GitHub releases instead.
|
|
||||||
main.js
|
|
||||||
|
|
||||||
# Exclude sourcemaps
|
|
||||||
*.map
|
|
||||||
|
|
||||||
# obsidian
|
|
||||||
data.json
|
|
||||||
|
|
||||||
# Exclude macOS Finder (System Explorer) View States
|
|
||||||
.DS_Store
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue