Skip to content

Commit 1d073ef

Browse files
committed
Only git ignore some files in the root dir of repo
1 parent 97c47b8 commit 1d073ef

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.gitignore

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
.envrc
2-
cmdb.html
1+
/.envrc
2+
/cmdb.html
3+
/README.html
4+
/ansible-cmdb*.deb
5+
/ansible-cmdb*.rpm
6+
/ansible-cmdb*.tar.gz
7+
/ansible-cmdb*.zip
8+
/example/gen_*
9+
/build/
10+
/dist/
11+
/*.whl
12+
/src/ansible_cmdb.egg-info/
13+
/example/cmdb/
314
__pycache__
415
*.pyc
5-
README.html
6-
ansible-cmdb*.rpm
7-
ansible-cmdb*.deb
8-
ansible-cmdb*.tar.gz
9-
ansible-cmdb*.zip
10-
example/gen_*
11-
build/
12-
dist/
13-
*.whl
14-
src/ansible_cmdb.egg-info/
15-
example/cmdb/

0 commit comments

Comments
 (0)