adminapi/.gitignore

15 lines
155 B
Plaintext
Raw Normal View History

2024-10-10 09:42:52 +00:00
# Ignore all files
*
# Except those folder
!README.md
!.gitignore
!package.json
!apxtri/
!apxtri/**
!template/
!template/**
!schema/
!schema/**
!index.js