-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy path.gitignore
49 lines (40 loc) · 1.02 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
# 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
pagefind_playground/output/*
!pagefind_playground/output/playground/
pagefind_playground/output/playground/pagefind-playground.css
pagefind_playground/output/playground/pagefind-playground.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
# Python
__pycache__/
*.pyc
dist
*.whl
*.egg-info
*.log