-
-
Notifications
You must be signed in to change notification settings - Fork 563
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (40 loc) · 740 Bytes
/
.gitignore
File metadata and controls
40 lines (40 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.DS_Store
__*
node_modules
npm-debug.log
.npmignore
.jshintrc
/mapshaper.js
/www/mapshaper-gui.js
/www/mapshaper.js
/www/node_modules.js
/www/docs/
/www/llms.txt
/www/llms-full.txt
# Generated example map assets. Recipes (.txt), Makefile and source data
# stay tracked; outputs are regenerated by `make -C docs/examples/data all`
# (run from release_web_ui before publishing to gh-pages).
/docs/examples/data/*.svg
/docs/examples/data/*.png
/docs/examples/data/*.msx
/docs/examples/data/*.zip
# /www/basemap.js
pre-publish
pre-release.js
release*
nacis
.cursorignore
bench/
/DEVELOPING.md
/DESIGN*
/CITATION*
/RO*
/GO*
/FU*
.cursor*
build-roadmap.mjs
/docs/future-directions.md
docs/troubleshooting.md
TODO.md
www/ai-config.js
test-results/