fix gitignore
This commit is contained in:
42
.gitignore
vendored
42
.gitignore
vendored
@@ -1,21 +1,21 @@
|
|||||||
.env/*
|
.env/*
|
||||||
*.pyc
|
*.pyc
|
||||||
*_design1
|
*_design1
|
||||||
fet2020/.env/*
|
fet2020/.env/*
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
.theia/*
|
.theia/*
|
||||||
.flake8
|
.flake8
|
||||||
migrate
|
migrate
|
||||||
run
|
run
|
||||||
*.pid
|
*.pid
|
||||||
*~
|
*~
|
||||||
APIKEY.txt
|
APIKEY.txt
|
||||||
tmp
|
tmp
|
||||||
.ruff_cache
|
.ruff_cache
|
||||||
.venv
|
.venv
|
||||||
etherpad
|
etherpad
|
||||||
files
|
files
|
||||||
flowbite
|
flowbite
|
||||||
gallery
|
gallery/*
|
||||||
tailwind
|
tailwind
|
||||||
whoosh_index
|
whoosh_index
|
||||||
|
|||||||
Reference in New Issue
Block a user