forked from material-extensions/vscode-material-icon-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (30 loc) · 680 Bytes
/
.gitignore
File metadata and controls
40 lines (30 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# See https://git-scm.com/docs/gitignore#_pattern_format for more about ignoring files.
# Ignore build output directories
out
dist
# Ignore node_modules directory
node_modules
# Ignore VS Code test files
.vscode-test/**
*.vsix
# Ignore specific icon files and directories
icons/file.svg
icons/folder.svg
icons/folder-open.svg
icons/folder-root.svg
icons/folder-root-open.svg
icons/*.clone.svg
icons/clones
# Ignore specific HTML files in scripts directories
src/scripts/preview/*.html
src/scripts/contributors/*.html
# Ignore cache directory
.cache
# Ignore log files
*.log
# Ignore optional eslint cache
.eslintcache
# Package archives
*.tgz
# macOS metadata
.DS_Store