mirror of
https://github.com/lingble/Trool.git
synced 2025-10-29 03:32:40 +00:00
19 lines
239 B
Plaintext
19 lines
239 B
Plaintext
# IntelliJ
|
|
.idea
|
|
|
|
|
|
# Misc
|
|
**/node_modules
|
|
**/package-lock.json
|
|
|
|
|
|
# Transpiled files
|
|
|
|
trool/**/*.js
|
|
trool/**/*.js.map
|
|
trool/**/*.d.ts
|
|
|
|
sample-project-adv/**/*.js
|
|
sample-project-adv/**/*.js.map
|
|
sample-project-adv/**/*.d.ts
|