j2s/.gitignore

19 lines
176 B
Plaintext
Raw Normal View History

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