adminapi/.gitignore

19 lines
200 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-10 09:42:52 +00:00
!package.json
!apxtri/
!apxtri/**
!template/
!template/**
!schema/
!schema/**
!index.js
2024-10-30 15:20:47 +00:00
!nginx/
!nginx/nginx.*cf
2024-10-10 09:42:52 +00:00