adminapi/.gitignore

17 lines
175 B
Plaintext
Raw Normal View History

2024-10-10 09:42:52 +00:00
# Ignore all files
*
# Except those folder
!README.md
2024-10-30 15:20:47 +00:00
!LICENSE
2024-10-10 09:42:52 +00:00
!.gitignore
2024-10-30 15:20:47 +00:00
!backup.sh
2024-10-31 07:44:31 +00:00
!setup.sh
2024-10-10 09:42:52 +00:00
!package.json
!apxtri/
!apxtri/**
!template/
!template/**
!schema/
!schema/**