Skip to content

Commit

Permalink
Added VSCode, IDEAs and Solium
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Bot committed Feb 16, 2018
1 parent 8cf0803 commit bde21f6
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bower_components
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
build/

# Dependency directories
node_modules/
Expand All @@ -57,6 +57,28 @@ typings/
# dotenv environment variables file
.env

# Solium
.soliumignore
.soliumrc.json

# IDEAs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
/.vs
/iac/.vs

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Other
$RECYCLE.BIN/
*.cab
Expand Down Expand Up @@ -86,10 +108,10 @@ $RECYCLE.BIN/
.idea
.lock-wscript
.node_repl_history
.node-*
.npm
.nyc_output
.sonarlint
.vscode
Desktop.ini
Icon
Network Trash Folder
Expand Down

0 comments on commit bde21f6

Please sign in to comment.