add .gitiignore

This commit is contained in:
philc 2024-10-10 11:42:52 +02:00
parent 6b272d8f4a
commit 46e4b2b37b

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Ignore all files
*
# Except those folder
!README.md
!.gitignore
!package.json
!apxtri/
!apxtri/**
!template/
!template/**
!schema/
!schema/**
!index.js