Skip to content

Commit 83acb5c

Browse files
committed
don't track /docs/html files
1 parent 1651d62 commit 83acb5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.git
22
doc/
33
Dockerfile*
4+
/docs/html/

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/build
22
.DS_Store
3-
/docs
4-
map_file.map
3+
/docs/html/
4+
map_file.map

0 commit comments

Comments
 (0)