Skip to content

Commit

Permalink
[Misc] Add swp file type into gitignore
Browse files Browse the repository at this point in the history
Summary: Add swp file type and .vscode directory into .gitignore

Testing: CI pipeline

Reviewers: kuaiwei.kw, xingqizheng.xqz

Issue: dragonwell-project#835
  • Loading branch information
sendaoYan committed Jun 3, 2024
1 parent 53e73fa commit dc1b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/build/
/dist/
/.idea/
/.vscode/
nbproject/private/
/webrev
/.src-rev
Expand All @@ -16,4 +17,3 @@ NashornProfile.txt
/compile_commands.json
/.cache
*.swp
.vscode/*

0 comments on commit dc1b6cd

Please sign in to comment.