mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Update gitignore
This commit is contained in:
parent
5a543b9a62
commit
09e1020c2a
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -144,3 +144,15 @@ dist
|
|||
# End of https://www.toptal.com/developers/gitignore/api/node
|
||||
|
||||
.zed
|
||||
|
||||
# Don't include the compiled main.js file in the repo.
|
||||
main.js
|
||||
|
||||
# Exclude sourcemaps
|
||||
*.map
|
||||
|
||||
# obsidian
|
||||
data.json
|
||||
|
||||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue