aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: c4f5edeb6aacb926cc4cf29bdce2128bf67003e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# build output
_site/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store