Skip to content

Commit

Permalink
Updating .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasWSInc committed Mar 10, 2014
1 parent 10241f0 commit 47b5940
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# in your `.gitconfig` file to maximize compatibility with some of these exclusion patterns.

# Local Dev
._*
.~*

# Backups
*~
Expand All @@ -14,12 +14,17 @@
*.ipr
*.iws

# Sublime
*.sublime-workspace
*.sublime-project

# VC Systems
CVS/
.cvsignore
.svn/
_svn/
.bzr/
.bzrignore
.hg/
.hgignore
SCCS/
Expand All @@ -45,7 +50,9 @@ Icon?
.elasticbeanstalk/

# For shell glob patterns. This includes GIT files too. We simply maintain this list together with `.gitignore`.
# ._*;*~;*.bak;.idea;*.iml;*.ipr;*.iws;.git;.gitignore;.gitattributes;CVS;.cvsignore;.svn;_svn;.bzr;.hg;.hgignore;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;.elasticbeanstalk
# .~*;*~;*.bak;.idea;*.iml;*.ipr;*.iws;*.sublime-workspace;*.sublime-project;.git;.gitignore;.gitattributes;CVS;.cvsignore;.svn;_svn;.bzr;.bzrignore;.hg;.hgignore;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;.elasticbeanstalk

# This list is for IntelliJ IDEA / PhpStorm `File Types` configuration. Some files we actually WANT to work with as part of a project.
# .idea;*.iml;*.ipr;*.iws;.git;CVS;.cvsignore;.svn;_svn;.bzr;.hg;.hgignore;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes
# .idea;*.iml;*.ipr;*.iws;*.sublime-workspace;*.sublime-project;.git;CVS;.svn;_svn;.bzr;.hg;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;._*

# We also need to update the WebSharks™ Core `dirs_files::ignore()` method if this changes.

0 comments on commit 47b5940

Please sign in to comment.