j2s/.gitignore

23 lines
203 B
Plaintext
Raw Normal View History

2023-12-22 08:46:30 +00:00
*
!/src
!/src/**/*
2023-12-24 12:31:33 +00:00
2024-01-10 09:21:09 +00:00
!/doc
!/doc/**/*
2023-12-22 08:46:30 +00:00
!/tests
!/tests/**/*
!/.github
!/.github/**/*
!/.gitignore
2023-12-24 12:31:33 +00:00
!/.gitattributes
2023-12-22 08:46:30 +00:00
!/build.js
!/LICENSE
!/README.md
2024-01-11 08:47:41 +00:00
!/settings.gradle
!/build.gradle
!/gradle.properties