Initial commit, dashboard settings page seems to work fine.
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
### Project Specific
|
||||
# Files
|
||||
.env
|
||||
phpcs.xml
|
||||
phpunit.xml
|
||||
.phpunit.result.cache
|
||||
|
||||
# Directories
|
||||
/vendor/
|
||||
node_modules/
|
||||
cache/
|
||||
|
||||
### Editor Specific
|
||||
# Files
|
||||
nmsp-plugin-name.sublime-project
|
||||
nmsp-plugin-name.sublime-workspace
|
||||
|
||||
# Directories
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
### System Specific
|
||||
# Files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Directories
|
||||
__MACOSX
|
Reference in New Issue
Block a user