1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7lerna-debug.log*
8src/**/*.js
9example/src/**/*.js
10test/e2e/fixture-project/__generated__/*
11
12# Diagnostic reports (https://nodejs.org/api/report.html)
13report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
14
15# Runtime data
16pids
17*.pid
18*.seed
19*.pid.lock
20
21# Directory for instrumented libs generated by jscoverage/JSCover
22lib-cov
23
24# Coverage directory used by tools like istanbul
25coverage
26*.lcov
27
28# nyc test coverage
29.nyc_output
30
31# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
32.grunt
33
34# Bower dependency directory (https://bower.io/)
35bower_components
36
37# node-waf configuration
38.lock-wscript
39
40# Compiled binary addons (https://nodejs.org/api/addons.html)
41build/Release
42
43# Dependency directories
44node_modules/
45jspm_packages/
46
47# TypeScript v1 declaration files
48typings/
49
50# TypeScript cache
51*.tsbuildinfo
52
53# Optional npm cache directory
54.npm
55
56# Optional eslint cache
57.eslintcache
58
59# Microbundle cache
60.rpt2_cache/
61.rts2_cache_cjs/
62.rts2_cache_es/
63.rts2_cache_umd/
64
65# Optional REPL history
66.node_repl_history
67
68# Output of 'npm pack'
69*.tgz
70
71# Yarn Integrity file
72.yarn-integrity
73
74# dotenv environment variables file
75.env
76.env.test
77
78# parcel-bundler cache (https://parceljs.org/)
79.cache
80
81# Next.js build output
82.next
83
84# Nuxt.js build / generate output
85.nuxt
86dist
87
88# Gatsby files
89.cache/
90# Comment in the public line in if your project uses Gatsby and *not* Next.js
91# https://nextjs.org/blog/next-9-1#public-directory-support
92# public
93
94# vuepress build output
95.vuepress/dist
96
97# Serverless directories
98.serverless/
99
100# FuseBox cache
101.fusebox/
102
103# DynamoDB Local files
104.dynamodb/
105
106# TernJS port file
107.tern-port
108
109packages/graphqlsp/api/*
110packages/graphqlsp/api