31 lines
435 B
Plaintext
Executable File
31 lines
435 B
Plaintext
Executable File
config.yml
|
|
*.pyc
|
|
|
|
#Dont include files generated by buildinit.py
|
|
dockerfile
|
|
gitlab_management/__init__.py
|
|
|
|
#Dont include build files
|
|
build/
|
|
_build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Don't enclude python env
|
|
bin/
|
|
lib/
|
|
include/
|
|
pyvenv.cfg
|
|
|
|
|
|
#Don't include the autogenerated Module docs
|
|
docs/module/*
|
|
docs/includes/*
|
|
|
|
# Don't track JUnit Test or coverage Reports from unittests
|
|
*.JUnit.xml
|
|
.coverage*
|
|
*,cover
|
|
public/*
|
|
htmlcov/*
|
|
UnitTesting_coverage.xml |