Skip to content

Commit

Permalink
Merge pull request understrap#1185 from IanDelMar/ignore
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
UnderstrapFramework authored Oct 14, 2020
2 parents 5b6e840 + 1ad3823 commit b45c6ce
Showing 1 changed file with 48 additions and 28 deletions.
76 changes: 48 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,52 @@
.sass-cache
# ------------------------------------------------------------------------
# This file specifies intentionally untracked files that Git should ignore
# - https://git-scm.com/docs/gitignore
# ------------------------------------------------------------------------

# Numerous always-ignore extensions
*.bak
*.cvs
*.db
*.diff
*.err
*.log
*.orig
*.rej
*.zip

# Ignore all files and directories starting with . or ~ or ._ or ending with ~
.*
~*
*~
._*
# but track
!.browserslist
!.editorconfig
!.gitignore
!.jscsrc
!.jshintignore
!.travis.yml

# Ignore all files with .lock extentions
*.lock
# but track
!composer.lock

# OS or Editor files and folders
*.code-workspace
*.elc
*.esproj
*.komodoproject
*.sublime*
*.tmproj*

# Dependencies
bower_components

node_modules
vendor

understrap.zip

dist

dist-product

npm-debug.log

/vendor/

.DS_Store

Thumbs.db

.svn

.cvs

*.bak

*.swp
.idea/

phpcs.xml.dist
.phpcs.xml
.phpcs-cache
# Other UnderStrap specific files and directories
phpcs.xml
dist/
dist-product/
**/img

0 comments on commit b45c6ce

Please sign in to comment.