forked from kriasoft/graphql-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (53 loc) · 1.12 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Compiled output
/*/dist/
# Yarn package manager with PnP
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules
# Logs
yarn-debug.log*
yarn-error.log*
# Cache
/.cache
.eslintcache
# Testing
/coverage
*.lcov
# Environment variables
.*.override.env
/env/gcp-key.*.json
!/env/gcp-key.test.json
!/env/gcp-key.local.json
# Visual Studio Code
# https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
.vscode/*
!.vscode/api.code-snippets
!.vscode/db.code-snippets
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
!.vscode/web.code-snippets
# Terraform
# https://github.com/github/gitignore/blob/main/Terraform.gitignore
**/.terraform/*
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
.terraformrc
override.tf
crash.log
crash.*.log
# WebStorm
.idea
# macOS
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
.DS_Store