Skip to content

Commit 61e482c

Browse files
committed
fix: update .gitignore to ignore editor files
Related-to: NEO-17810 Signed-off-by: Eric Mortensen <eric.mortensen@intel.com>
1 parent 6369d8d commit 61e482c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)