Skip to content

Commit 246abe0

Browse files
perf: add docker ignore in root path (calcom#24585)
* chore: add docker ignore in root path * chore: add docker ignore in root path * chore: remove * chore: remove some more * chore: remove some more * Removed unnecessary whitespace --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com>
1 parent 14e845e commit 246abe0

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.dockerignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Dependencies
2+
node_modules
3+
**/node_modules
4+
5+
# Build outputs
6+
.next
7+
**/.next
8+
dist
9+
**/dist
10+
build
11+
**/build
12+
13+
# Git
14+
.git
15+
.github
16+
17+
# Testing
18+
coverage
19+
**/coverage
20+
test-results
21+
**/test-results
22+
.turbo
23+
**/.turbo
24+
25+
# Logs
26+
*.log
27+
npm-debug.log*
28+
yarn-debug.log*
29+
yarn-error.log*
30+
31+
# OS
32+
.DS_Store
33+
Thumbs.db
34+
35+
# Examples and docs
36+
docs

0 commit comments

Comments
 (0)