mirror of
https://github.com/antokeinanen/obsidian-advanced-merger.git
synced 2026-07-22 07:40:24 +00:00
Changes to be committed: new file: .editorconfig new file: .eslintignore new file: .eslintrc new file: .gitignore new file: .npmrc new file: README.md new file: esbuild.config.mjs new file: main.ts new file: manifest.json new file: media/2023-03-16 18-23-14.gif new file: package-lock.json new file: package.json new file: styles.css new file: tsconfig.json new file: version-bump.mjs new file: versions.json
22 lines
316 B
Text
22 lines
316 B
Text
# 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
|