mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
fix some sub directories were incorrectly ignored automatically
This commit is contained in:
+4
-4
@@ -151,13 +151,13 @@ dist/
|
|||||||
# Binary and build files
|
# Binary and build files
|
||||||
ezbookkeeping
|
ezbookkeeping
|
||||||
!**/ezbookkeeping/
|
!**/ezbookkeeping/
|
||||||
package/
|
/package/
|
||||||
|
|
||||||
# Environment variable files
|
# Environment variable files
|
||||||
.env
|
.env
|
||||||
**/.env
|
**/.env
|
||||||
|
|
||||||
# Other directories
|
# Other directories
|
||||||
data/
|
/data/
|
||||||
storage/
|
/storage/
|
||||||
log/
|
/log/
|
||||||
|
|||||||
Reference in New Issue
Block a user