mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
11 lines
No EOL
137 B
Text
11 lines
No EOL
137 B
Text
#exclude everything by default
|
|
*
|
|
|
|
#only include these files
|
|
!main.js
|
|
!server
|
|
!static
|
|
!templates
|
|
!package.json
|
|
!package-lock.json
|
|
!LICENSE |