Skip to content

Commit fe8a818

Browse files
committed
Ignore templates and logs
1 parent 41177b7 commit fe8a818

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ client/src/syntaxes/dev*
88
.antlr
99
node_modules
1010
client/server
11+
template*
1112
.vscode-test
1213
sample*/**
1314
*.vsix

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ scripts/**
99
**/tsconfig.json
1010
**/tsconfig.base.json
1111
contributing.md
12+
template*
1213

1314
# Development
1415
**/src
@@ -24,6 +25,7 @@ contributing.md
2425
*.tokens
2526
*.vsix
2627
*.tsbuildinfo
28+
*.log
2729

2830
# Samples and testing
2931
sample*/**

0 commit comments

Comments
 (0)