New project structure init
This commit is contained in:
23
backend/.gitignore
vendored
Normal file
23
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Application
|
||||
app/plugins/*
|
||||
!app/plugins/.gitkeep
|
||||
app/mu-plugins/*/
|
||||
app/upgrade
|
||||
app/uploads/*
|
||||
!app/uploads/.gitkeep
|
||||
|
||||
# Track wiaas plugin
|
||||
!app/plugins/wiaas
|
||||
|
||||
# WordPress
|
||||
/wp
|
||||
.htaccess
|
||||
|
||||
# Dotenv
|
||||
/api
|
||||
.env
|
||||
*.env
|
||||
|
||||
# Composer
|
||||
vendor/*
|
||||
!vendor/.gitkeep
|
||||
Reference in New Issue
Block a user