comparison .hgignore @ 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 syntax: glob
2
3 # vscode
4 .vscode
5
6 # Intellij
7 *.iml
8 .idea
9
10 # npm
2 node_modules 11 node_modules
3 package-lock.json 12 package-lock.json
13
14 # Don't include the compiled main.js file in the repo.
15 # They should be uploaded to GitHub releases instead.
16 main.js
17
18 # Exclude sourcemaps
19 *.map
20
21 # obsidian
22 data.json
23
24 # Exclude macOS Finder (System Explorer) View States
25 .DS_Store