mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
* added .distignore
* removed composer.json and package.json from ignores in .gitattributes;
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# Directories
|
||||
/.wordpress-org
|
||||
/.github
|
||||
/assets/sass
|
||||
/assets/libs/fontawesome/scss
|
||||
/blocks-src
|
||||
/docs
|
||||
/node_modules
|
||||
/tests
|
||||
|
||||
# Files
|
||||
/.bowerrc
|
||||
/.editorconfig
|
||||
/.gitattributes
|
||||
/.gitignore
|
||||
/.jshintrc
|
||||
/.travis.yml
|
||||
/bower.json
|
||||
/composer.json
|
||||
/gulpfile.js
|
||||
/hookdoc-conf.json
|
||||
/manifest.json
|
||||
/package.json
|
||||
/package-lock.json
|
||||
/phpcs.xml
|
||||
/phpdoc.dist.xml
|
||||
/README.md
|
||||
*.sass
|
||||
Reference in New Issue
Block a user