forked from Amitabh-DevOps/dev-gemini-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
46 lines (39 loc) · 651 Bytes
/
Copy path.dockerignore
File metadata and controls
46 lines (39 loc) · 651 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
# Node.js specific
node_modules
npm-debug.log
yarn-error.log
*.log
# Git
.git
.gitignore
# Environment files (commented it because they app needs NEXT_PUBLIC_API_KEY at build time, if uncommented, then applicatoin will show INVALID_API_KEY error in browser console when you enter the prompt to gemini clone)
#.env
#.env.local
#.env.development
#.env.test
#.env.production
# Build output and caches
.next
dist
build
*.cache
# Tests and test-related files
tests
__tests__
*.test.js
*.spec.js
coverage
# Documentation
*.md
README.md
LICENSE
# Editor and IDE files
.vscode
.idea
*.swp
*.swo
# Miscellaneous
Dockerfile
docker-compose.yml
*.bak
*.tmp