UNPKG

669 BPlain TextView Raw
1# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
2# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
3# For useful gitignore templates see: https://github.com/github/gitignore
4
5# Salesforce cache
6.sfdx/
7.localdevserver/
8
9# LWC VSCode autocomplete
10**/lwc/jsconfig.json
11
12# LWC Jest coverage reports
13coverage/
14
15# Logs
16logs
17*.log
18npm-debug.log*
19yarn-debug.log*
20yarn-error.log*
21
22# Dependency directories
23node_modules/
24
25# Eslint cache
26.eslintcache
27
28# MacOS system files
29.DS_Store
30
31# Windows system files
32Thumbs.db
33ehthumbs.db
34[Dd]esktop.ini
35$RECYCLE.BIN/