adminapi/.gitignore
2024-11-11 00:32:48 +01:00

28 lines
367 B
Plaintext

# Ignore all files
*
# Except those folder
!README.md
!LICENSE
!.gitignore
!backup.sh
!package.json
!apxtri/
!apxtri/**
!template/
!template/**
!pytri/
!pytri/src/
!pytri/src/**
!schema/
!schema/**
!objects/
!objects/options/
!objects/options/**
!objects/tpldata/
!objects/tpldata/**
!objects/screens/
!objects/screens/**
!objects/tplstrings/
!objects/tplstrings/**