Skip to content

Commit f393644

Browse files
authored
fix: update .gitignore to ignore editor files (#430)
Related-to: NEO-17810 Signed-off-by: Eric Mortensen <eric.mortensen@intel.com>
1 parent 6369d8d commit f393644

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
/build
22
/scripts/__pycache__/
33
/scripts/templates/__pycache__/
4+
5+
# Editor temporary files
6+
*~
7+
.*.sw?
8+
/.vscode

0 commit comments

Comments
 (0)