forked from CloudCannon/pagefind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
36 lines (29 loc) · 791 Bytes
/
.gitignore
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
# Custom
public
.DS_Store
.hugo_build.lock
_gen
pagefind_ui/default/_dev_files/_pagefind/ui.*
pagefind_ui/default/_dev_files/_pagefind/pagefind.js
pagefind_ui/default/_dev_files/pagefind/ui.*
pagefind_ui/default/_dev_files/pagefind/pagefind.js
pagefind_ui/default/css
pagefind_ui/modular/_dev_files/_pagefind/modular.*
pagefind_ui/modular/_dev_files/_pagefind/pagefind.js
pagefind_ui/modular/_dev_files/pagefind/modular.*
pagefind_ui/modular/_dev_files/pagefind/pagefind.js
npm_dist
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# wasm-pack's dir
pkg/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Our vendoring directories
vendor
# Node
node_modules