-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (38 loc) · 751 Bytes
/
.gitignore
File metadata and controls
48 lines (38 loc) · 751 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
42
43
44
45
46
47
48
## New GitIgnore Rules
## Keeping old ones for now so we don't accidentally start tracking something we were previously ignoring
# OS Files
.DS_Store
# IDE Files
.vscode/
.idea/
# Dependencies
/node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
npm-shrinkwrap.json
/studio/
/studio-src/
# Test Outputs
coverage
*.lcov
.nyc_output/
/unitTests/envDir
/unitTests/apiTests/envDir
/unitTests/testApp/node_modules
unitTests/server/fastifyRoutes/custom_functions
# TypeScript
*.tsbuildinfo
# Build Output
dist/
# Environment Variables
.env
.env.*
!.env.example
# something is generating this file :shrug:
integration-test.json
# Repo synchronization temp file
commits-to-pick.txt
# npm run package Outputs
harperfast-harper-*.tgz
harper-*.tgz