Skip to content

Commit 3ee7e28

Browse files
[FIX] Use correct folder structures & gitignore
1 parent 0c38f66 commit 3ee7e28

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Odoo testlogs & chrome test screencasts / screenshots
22
_testlogs/
33

4-
custom/*
4+
/custom/**
5+
!/custom/**/
6+
!/custom/**/.gitkeep
57
/src/**
68
!/src/**/
79
!/src/**/.gitkeep

src/OCA/.gitkeep custom/.gitkeep

File renamed without changes.

src/odoo/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)