forked from apollographql/federation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (31 loc) · 995 Bytes
/
.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
# Generated by Cargo
# will have compiled files and executables
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# JS: Ignore the compiled output.
dist/
# JS: TypeScript incremental compilation cache
*.tsbuildinfo
# JS: npm error output debug logs
npm-debug.log*
# JS: Jest Coverage
coverage/
# JS: JUnit Reports (used mainly in CircleCI)
reports/
junit.xml
# JS: Node modules
node_modules/
# Mac OS
.DS_Store
# This Lerna-based monorepo is intended to be `npm install`'d from the root
# of the monorepo. The root `package-lock.json` is the source of truth for the
# entire monorepo. While running `npm install` in individual packages might
# work in some cases, it can produce a `package-lock.json` in those directories
# that would break the Lerna monorepo experience for Lerna, other devleopers,
# and the workflows that are built into this repository's CI workflows.
**/package-lock.json
!/docs/package-lock.json
!/package-lock.json
# Local Netlify folder
.netlify