-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (51 loc) · 930 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
42
43
44
45
46
47
48
49
50
51
52
53
node_modules
build
Apps/*/node_modules
logs/*.log
/.vagrant
.webpack-cache
npm-debug.log
.ssh
node_modules_*
react-codemod
coverage
.env
stuff
Apps/*/build/*
Apps/*/build
yarn-error.log
./yarn-error.log
tmp
.idea/*
Apps/*/.idea/*
Apps/*/src/client/appConfig.json
Apps/*/src/server/appConfig.json
Apps/*/src/server/manifest.json
Apps/*/ecosystem.config.js
Apps/*/webpack/*
Apps/*/reports/*
common/config/application.json
Apps/*/test-report.json
.DS_Store
Apps/*/newrelic_agent.log
Apps/*/newrelic.js
Apps/*/jsconfig.json
Apps/*/todo.json
lambda.js
lambda.js.zip
Apps/*/lambdaconfig.json
Apps/*/lambdaconfignew.json
Apps/*/.graphqlconfig
Apps/*/stats-*.html
Apps/*/unusedFiles.js
out.log
Apps/*/src/shared/jsconfig.json
dev/ecosystem.config.js
JenkinsFile
graphql.log
config/graphql/application.yml
graphql/node_modules
graphql/common/config/appConfig.js
graphql/dist
graphql/todo.json
middlewares/lambda/sampleLambdaTemplate.js