Skip to content

Commit

Permalink
DEV: update gitignore to ignore IDE & dev folders (#770)
Browse files Browse the repository at this point in the history
DEV: remove .vscode
DEV: update gitignore ro ignore IDE & dev folders
  • Loading branch information
TonisOrmisson authored and LouisGac committed Jul 12, 2017
1 parent 4fd963c commit 9f7ae05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Expand Up @@ -77,3 +77,18 @@ launch.json
!/plugins/Demo/
!/plugins/AuditLog/
enabletests

## Ignore any hidden folder/files (except explicitly defined)
## such as various IDE folders .idea .netbeans .vscode
## or development environment things like .vagrant etc
.*
!.htaccess
!.scrutinizer.yml
!.bowerrc
!.gitignore
!.gitattributes

## ignore Vagrantfile
Vagrantfile


3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 9f7ae05

Please sign in to comment.