Skip to content

Commit 819a960

Browse files
bcabanessis0k0
bcabanes
authored andcommitted
fix(gitignore): Add editor files into gitignore
Gitignore is updated with files and folders from editors to exclude.
1 parent 677d7e0 commit 819a960

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,18 @@ ng-sample/app/nativescript-angular
3838
startup-test/platforms
3939
startup-test/lib
4040
startup-test/node_modules
41+
42+
# IDEs and editors
43+
/.idea
44+
.project
45+
.classpath
46+
.c9/
47+
*.launch
48+
.settings/
49+
50+
# IDE - VSCode
51+
.vscode/*
52+
!.vscode/settings.json
53+
!.vscode/tasks.json
54+
!.vscode/launch.json
55+
!.vscode/extensions.json

0 commit comments

Comments
 (0)