-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (32 loc) · 829 Bytes
/
.gitignore
File metadata and controls
41 lines (32 loc) · 829 Bytes
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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# We have command line scripts written in TypeScript, that we transpile to JavaScript
# before running them with Node (much simpler way to do it than using `ts-node`).
# They're transpiled into this folder:
/scripts-output
# Codegen: the following folders is where we put generated code via our
# "npm run codegen:*" commands.
# The result of such codegen should not be versioned.
/src/codegen/data/project-galleries/*
!/src/codegen/data/project-galleries/.gitkeep
# misc
.DS_Store
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local