adevtool/.gitignore
2021-12-25 01:27:16 -08:00

23 lines
218 B
Text

*-debug.log
*-error.log
/.nyc_output
/dist
/lib
/package-lock.json
/tmp
node_modules
# IDEA project
/.idea/
# Vendor output
/vendor/
# State
*.json
# Downloads and extracted files
*.zip
/dl/
*.img
android-info.txt