summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0a4e6d0e65ecc1baf9511dd10cca410108aada7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.mo

__pycache__

sitemap.xml

*~
\#*\#

*.core

.style.yapf
configure
rendered/

# Keep the PNPM lockfile, not the npm one - we only need one lockfile!
package-lock.json

# Ignore node modules, duh
node_modules

# Parcel's cache
.parcel-cache
dist