even more gitignore fixes
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,6 +1,11 @@
|
||||
node_modules
|
||||
config.php
|
||||
uploads/clients/*/*
|
||||
uploads/expenses/*/*
|
||||
uploads/settings/*/*
|
||||
uploads/users/*/*
|
||||
|
||||
uploads/clients/*
|
||||
!uploads/clients/index.php
|
||||
uploads/expenses/*
|
||||
!uploads/expenses/index.php
|
||||
uploads/settings/*
|
||||
!uploads/settings/index.php
|
||||
uploads/users/*
|
||||
!uploads/users/index.php
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
test
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user