Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9beea98

Browse files
bcabaneshdeshev
bcabanes
authored andcommitted
fix(gitignore): Add editor files into gitignore
Gitignore is updated with files and folders from editors to exclude.
1 parent ff89b5f commit 9beea98

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎.gitignore‎

Lines changed: 15 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /