You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
428 B
33 lines
428 B
2 years ago
|
# logs
|
||
|
/logs
|
||
|
|
||
|
# environment vars
|
||
|
.env
|
||
|
|
||
|
# vendor and assets
|
||
|
node_modules
|
||
|
/vendor/*
|
||
|
/public/assets/*
|
||
|
/public/themes/*
|
||
|
!/public/assets/modified
|
||
|
/.docs/.out/*
|
||
|
|
||
|
# Custom modules
|
||
|
interface/modules/custom_modules/**
|
||
|
!interface/modules/custom_modules/README.md
|
||
|
|
||
|
# ccda service build
|
||
|
ccdaservice/node_modules
|
||
|
|
||
|
# dev editor configs
|
||
|
/.idea/*
|
||
|
/.vscode/*
|
||
|
/nbproject/*
|
||
|
.DS_Store
|
||
|
.buildpath
|
||
|
.project
|
||
|
.settings
|
||
|
|
||
|
# testing
|
||
|
.phpunit.result.cache
|