Skip to content

Commit f4745a4

Browse files
Add .dockerignore and .gitignore files to exclude unnecessary files and directories from Docker builds and Git tracking
1 parent 2893c2e commit f4745a4

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.dockerignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.github/
2+
chart/
3+
deploy/
4+
.git/
5+
.gitignore
6+
.claude
7+
.vscode/
8+
.idea/
9+
.DS_Store
10+
.env
11+
.env.*
12+
13+
node-oos-operator

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
deploy/
2+
.claude/
3+
.vscode/
4+
.idea/
5+
.DS_Store
6+
.env
7+
.env.*
8+
9+
node-oos-operator

0 commit comments

Comments
 (0)