-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
66 lines (53 loc) · 1.23 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
64
65
66
# Ignore log files
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ignore OS generated files
.history/
# Ignore dependency directories
node_modules/
# Ignore build output directories
build/
dist/
.cache/
.temp/
.parcel-cache/
# Ignore IDE-specific files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
.DS_Store
# Ignore environment variables
.env*
.env.local
# Ignore JavaScript coverage files
*.lcov
# Ignore optional files and directories
*.jest-watch*
*.tgz # Output of 'npm pack'
.cache # Microbundle cache
.docusaurus # Docusaurus cache and generated files
.fusebox/ # FuseBox cache
.tern-port # TernJS port file
.vscode-test/ # Stores VSCode versions used for testing VSCode extensions
.dynamodb/ # DynamoDB Local files
.serverless/ # Serverless directories
.yarn* # Yarn v2
# Ignore public directory created by Gatsby
/public/
# Ignore TypeScript build files
*.tsbuildinfo
# Ignore JavaScript sourcemaps
*.map
# mongodb://localhost:27017
# localhost:27017
tenant_frontend/src/db.js
tenant_frontend/src/components/SocialAuth.txt
# npm install create this file on your local machine
package-lock.json