Skip to content

Commit

Permalink
More updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleweishaupt committed Feb 15, 2023
1 parent 2be2b87 commit ce3c21b
Show file tree
Hide file tree
Showing 12 changed files with 397 additions and 1,257 deletions.
12 changes: 11 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Auto detect text files and perform LF normalization
# Define the line ending behavior of the different file extensions
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
* text eol=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.php text
*.ctp text
*.md text
*.js text
*.css text
28 changes: 23 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
composer.phar
/vendor/
# User specific & automatically generated files #
#################################################
index.php
/vendor
/composer.phar
/composer.lock
/phpunit.xml
/vendor
*.mo

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# IDE and editor specific files #
#################################
.vscode
.idea

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kyleweishaupt/cakephp-npi-registry",
"description": "CakePHP Plugin for interacting with the NPPES NPI Registry.",
"type": "cakephp-plugin",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"cakephp",
"cms",
Expand Down
Loading

0 comments on commit ce3c21b

Please sign in to comment.