19 lines
200 B
Plaintext
19 lines
200 B
Plaintext
# Ignore all files
|
|
*
|
|
# Except those folder
|
|
!README.md
|
|
!LICENSE
|
|
!.gitignore
|
|
!backup.sh
|
|
!package.json
|
|
!apxtri/
|
|
!apxtri/**
|
|
!template/
|
|
!template/**
|
|
!schema/
|
|
!schema/**
|
|
!index.js
|
|
!nginx/
|
|
!nginx/nginx.*cf
|
|
|