29 lines
341 B
Text
29 lines
341 B
Text
# block everything
|
|
**
|
|
|
|
# allowed files
|
|
!AGPL-3
|
|
!CHANGELOG.md
|
|
!README.md
|
|
!.babelrc
|
|
!.eslintignore
|
|
!.eslintrc.js
|
|
!.postcssrc.js
|
|
!favicon.ico
|
|
!index.html
|
|
!package.json
|
|
!yarn.lock
|
|
|
|
# allowed subdirectories
|
|
!/build/**
|
|
!/config/**
|
|
!/docker/**
|
|
!/public/**
|
|
!/static/**
|
|
!/src/**
|
|
|
|
# blocked subdirectory files
|
|
**/*.log
|
|
**/*~
|
|
**/.DS_Store
|
|
**/Thumbs.db
|