Skip to content

Commit c953d74

Browse files
authored
Merge pull request #428 from klutvott123/ignore-vscode
Ignore .vscode
2 parents e4d668b + acec1d9 commit c953d74

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compiled Lua sources
22
luac.out
33

4-
# luarocks build files
4+
# Luarocks build files
55
*.src.rock
66
*.zip
77
*.tar.gz
@@ -42,6 +42,9 @@ luac.out
4242
# Eclipse
4343
.project
4444

45-
#directories
45+
# Visual Studio Code
46+
.vscode
47+
48+
# Directories
4649
tmp
4750
obj

0 commit comments

Comments
 (0)