Skip to content

Commit

Permalink
👌 IMPROVE: Git Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 7, 2018
1 parent 11bd868 commit 851b436
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# NPM #
##########
# Ignore all directories called node_modules in current folder and any subfolders.
node_modules/
/node_modules/

# Packages #
############
*.7z
Expand All @@ -16,6 +22,7 @@
######################
*.log
*.sql
*.env

# OS generated files #
######################
Expand All @@ -37,10 +44,9 @@ Thumbs.db

# Composer #
##########
vendors/composer/
!assets/js/vendor/
wpcs/
composer.lock
/vendor/

# Bower #
##########
Expand All @@ -52,20 +58,11 @@ assets/bower_components/*
*.codekit
**.codekit-cache/*

# NPM #
##########
node_modules

# Compiled Files and Build Dirs #
##########
/README.html
/build/

# PhpStrom Project Files #
.idea/
library/vendors/composer
assets/img/.DS_Store
assets/sass/HTML
assets/sass/Rails
HTML
Rails

0 comments on commit 851b436

Please sign in to comment.