forked from AkkomaGang/admin-fe
31 lines
353 B
Text
31 lines
353 B
Text
|
# block everything
|
||
|
**
|
||
|
|
||
|
# allowed files
|
||
|
!AGPL-3
|
||
|
!CHANGELOG.md
|
||
|
!README.md
|
||
|
!README.png
|
||
|
!.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
|