Skip to content

Commit bceeea8

Browse files
Exclude IDE project files form source control. Update .gitignore rules.
1 parent 5ade781 commit bceeea8

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

.gitignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1+
# IDE files
12
.DS_Store
3+
.vscode
24
.idea
5+
.iml
6+
.history
7+
8+
# dependencies
9+
node_modules
310
start-here-guidelines
411
start
5-
.history
12+
13+
# Log file
14+
.log
15+
16+
# Package Files
17+
.zip
18+
.gzip
19+
.tar.gz
20+
.rar
21+
22+
# Compiled class file
23+
.class
24+
25+
#Other folders
26+
lib
27+
logs
28+
target
29+
out
30+
out
31+
gen

.vscode/settings.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)