Mercurial > obsidian-remember-file-state
comparison .gitignore @ 19:2a9e941c96ee
Bring new build tools from the sample plugin project
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 18 Mar 2022 19:19:18 -0700 |
parents | 7975d7c73f8a |
children |
comparison
equal
deleted
inserted
replaced
18:131ae934ea07 | 19:2a9e941c96ee |
---|---|
1 main.js | 1 # vscode |
2 .vscode | |
3 | |
4 # Intellij | |
5 *.iml | |
6 .idea | |
7 | |
8 # npm | |
2 node_modules | 9 node_modules |
3 package-lock.json | 10 package-lock.json |
11 | |
12 # Don't include the compiled main.js file in the repo. | |
13 # They should be uploaded to GitHub releases instead. | |
14 main.js | |
15 | |
16 # Exclude sourcemaps | |
17 *.map | |
18 | |
19 # obsidian | |
20 data.json | |
21 | |
22 # Exclude macOS Finder (System Explorer) View States | |
23 .DS_Store |