repo.or.cz
/
svrjs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix: disable legacy server-side JavaScript in webroot by default in YAML-format confi...
[svrjs.git]
/
.gitignore
blob
6132bea891fa148a4360e5616e8bcdedcfa1f7df
1
# Build output
2
/dist/
3
/out/
4
/core/
5
6
# Generated webroot
7
/page/dist/
8
9
# Dependencies
10
node_modules/
11
12
# Test coverage
13
/coverage/
14
15
# ESLint cache
16
.eslintcache
17
18
# OS-specific files
19
.DS_Store
20
Thumbs.db
21
.Spotlight-V100
22
.Trashes
23
24
# Temporary files used by the editor
25
*.swp
26
*.swo