# IDE & System
$RECYCLE.BIN/
.AppleDouble
.DS_Store
.LSOverride
.Trash-*
.buildpath
.c9
.c9revisions
.directory
.fuse_hidden*
.idea
.nfs*
.project
.settings
.vs
.vscode
*.iml
[Dd]esktop.ini
[Tt]humbs.db

# Logs
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log

# Distribution & Packaging
build/
debug/
dist/
pkg/
target/

# Cache & Temporary Files
__pycache__/
cache/
tmp/
.cache
.eslintcache
.grunt
.lock-wscript
.node_repl_history
.npm
.nyc_output
.parcel-cache
.yarn-integrity
*.py[cod]
*.rs.bk
*.tmp

# Dependencies
bower_components/
jspm_packages/
node_modules/
web_modules/

# Yarn Modern
*/.yarn/*
!*/.yarn/patches
!*/.yarn/plugins
!*/.yarn/releases
!*/.yarn/versions
.pnp.*

# Generated userchrome.wxs WiX file
# Needs to be manually generated before running cargo wix
/native/packages/wix/userchrome.wxs

# Generated PortableApps.com EXE files and data
# Needs to be generated using PA.com tools
/native/packages/paf/**/*.exe
/native/packages/paf/PWAsForFirefoxPortable/Data/*
/native/packages/paf/PWAsForFirefoxPortable/App/*
!/native/packages/paf/PWAsForFirefoxPortable/App/AppInfo

# Generated Bootstrap Icons styles and font
# Automatically generated when building the extension
/extension/src/icons/

# Do not ignore .gitkeep files
!.gitkeep
