setup-cpp/.gitignore

21 lines
221 B
Plaintext
Raw Normal View History

2021-09-14 14:50:42 +08:00
# OS metadata
.DS_Store
Thumbs.db
# Node
node_modules
package-lock.json
temp-*
2021-09-14 14:50:42 +08:00
# TypeScript
*.tsbuildinfo
# Build directories
2021-09-17 19:32:46 +08:00
./dist/
2021-09-18 02:19:10 +08:00
!./dist/setup_cpp.js
!./dist/setup_cpp.js.map
2021-09-15 14:29:57 +08:00
.parcel-cache
2022-05-21 09:31:29 +08:00
exe/
*.log
2022-08-03 04:01:42 +08:00
*.exe
.cache/