mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Do not track tag files
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,9 +1,12 @@
|
|||||||
books/*
|
app/books/*
|
||||||
*.json
|
*.json
|
||||||
*.pyc
|
*.pyc
|
||||||
content.opf
|
app/content.opf
|
||||||
.vscode
|
.vscode
|
||||||
data/catalogue.db
|
app/data/catalogue.db
|
||||||
|
GPATH
|
||||||
|
GRTAGS
|
||||||
|
GTAGS
|
||||||
|
|
||||||
# Standard Python gitignore below
|
# Standard Python gitignore below
|
||||||
# Created by https://www.gitignore.io/api/python
|
# Created by https://www.gitignore.io/api/python
|
||||||
|
|||||||
Reference in New Issue
Block a user