mirror of
https://github.com/donl/gPanel.git
synced 2026-06-30 06:12:06 -06:00
fixing gitignore
This commit is contained in:
parent
92c180e57d
commit
dd7bae479d
3 changed files with 10 additions and 7 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,11 +1,14 @@
|
|||
# Ignore executables generated
|
||||
# IGNORE GENERATED BINARIES
|
||||
main
|
||||
gpanel
|
||||
|
||||
# Ignore database files
|
||||
datastore.db
|
||||
datastore.db.lock
|
||||
# IGNORE ALL BUNDLES EXCEPT FOR DEFAULT_BUNDLE
|
||||
bundles/*
|
||||
!bundles/default_bundle
|
||||
|
||||
# Ignore log files
|
||||
logs/*
|
||||
!logs/README.md
|
||||
# IGNORE ALL FILES IN /LOG EXCEPT README
|
||||
**/logs/*
|
||||
!**/logs/README.md
|
||||
|
||||
# IGNORE .DB FILES
|
||||
**.db
|
||||
|
|
|
|||
BIN
server/users.db
BIN
server/users.db
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue