Skip to content

Commit

Permalink
Added PHP Storm and other IDEs to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adampmoss committed Jun 4, 2015
1 parent 9793558 commit 0bf20b3
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,43 @@ skin/frontend/default/iphone/
skin/frontend/default/modern/
skin/install/
var/
pear
pear

# IntelliJ - PhpStorm and PyCharm
.idea
*.ipr
*.iws

# Netbeans
nbproject
.nbproject
.nbproject/*
nbproject/*
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

# Mac OSX
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes

# SublimeText Project Files
/*.sublime-project
*.sublime-workspace

# Dart
packages
packages/*

# Vagrant
.vagrant
.vagrant/*

.env

0 comments on commit 0bf20b3

Please sign in to comment.