mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-03 09:30:32 +00:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
#exclude everything by default
|
|
*
|
|
|
|
#only include these files
|
|
!main.js
|
|
!server
|
|
!client
|
|
!templates
|
|
!package.json
|
|
!package-lock.json
|
|
!LICENSE
|