15 lines
155 B
Plaintext
15 lines
155 B
Plaintext
|
# Ignore all files
|
||
|
*
|
||
|
# Except those folder
|
||
|
!README.md
|
||
|
!.gitignore
|
||
|
!package.json
|
||
|
!apxtri/
|
||
|
!apxtri/**
|
||
|
!template/
|
||
|
!template/**
|
||
|
!schema/
|
||
|
!schema/**
|
||
|
!index.js
|
||
|
|