Skip to content

Commit

Permalink
UPDATE | .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiMazurBeetroot committed Feb 18, 2024
1 parent b1b93c7 commit 082212a
Showing 1 changed file with 7 additions and 56 deletions.
63 changes: 7 additions & 56 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#################################################################################
## #
## GIT IGNORE #
## ------------------------------ #
## Adapted from: http://bigwilliam.com/gitignore-for-wordpress-projects/ #
## and https://github.com/github/gitignore/blob/master/WordPress.gitignore #
## #
#################################################################################

Expand All @@ -17,21 +14,6 @@
## #
#################################################################################

## OS and Utility Stuff ##

#==================#
# OS Files #
#==================#
*.DS_Store
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
*[Tt]humbs.db
*.Trashes

#===================#
# IDE Files #
#===================#
Expand All @@ -41,46 +23,15 @@ ehthumbs.db
*.komodoproject
*.codekit3

#===============================#
# Log, map files, .env #
#===============================#
*.log
*.log.bak
error_log
access_log
.sass-cache
*.css.map
*.js.map
*.LICENSE
*.lck
.env

## Vendor, Libs and Content ##

#===================================#
# Vendor and npm Files #
# ignore all directories #
#===================================#
node_modules
*/*

#===================================#
# Sites #
# env-core #
#===================================#
/projects/*
/wordpress/*
/bedrock/*
/php/*
/nodejs/*
/wpnextjs/*
/nextjs/*
/directus/*

#===============================#
# Certificates #
#===============================#
/.env-core/nginx/certs-root/*

#===============================#
# NGINX conf #
#===============================#
!/.env-core/nginx/conf.d/default.conf
/.env-core/nginx/conf.d/*
!/.env-core/*
/.env-core/data/*
/.env-core/nginx/*
/.env-core/dev/*

0 comments on commit 082212a

Please sign in to comment.