First commit
This commit is contained in:
commit
c4b315c967
5 changed files with 488 additions and 0 deletions
38
.dockerignore
Normal file
38
.dockerignore
Normal file
|
@ -0,0 +1,38 @@
|
|||
SciTEDirectory.properties
|
||||
*/SciTEDirectory.properties
|
||||
*~
|
||||
*.sql
|
||||
*.sql.gz
|
||||
*.zip
|
||||
*.log
|
||||
*.dmp
|
||||
nytprof*
|
||||
sublime_*
|
||||
*.sublime-*
|
||||
~*
|
||||
*~
|
||||
*_
|
||||
_*
|
||||
*/.DS_Store
|
||||
.DS_Store
|
||||
table_meta*
|
||||
*#
|
||||
/*.db
|
||||
/*.xls
|
||||
/*.xlsx
|
||||
/*.csv
|
||||
/*.pdf
|
||||
|
||||
.gitignore
|
||||
|
||||
node_modules
|
||||
local
|
||||
tmp
|
||||
.parcel-cache
|
||||
|
||||
.env
|
||||
.mc
|
||||
docker-compose.override.yml
|
||||
.git
|
||||
|
||||
root
|
Loading…
Add table
Add a link
Reference in a new issue