Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
twoelevenjay committed Oct 28, 2024
1 parent 11d2d7f commit c7208fe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 390 deletions.
23 changes: 19 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,23 @@
.Spotlight-V100
.Trashes

# Composer
### Node.js ###
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

### Ignore build artifacts ###
/dist/
/build/
/public/

### Ignore the temp readme.txt file ###
/.github/temp/readme.txt

### PHP Composer (if added in the future) ###
/vendor/
/bin/composer/**/vendor
contributors.md
contributors.html
/composer.lock

### Others ###
/.env
Loading

0 comments on commit c7208fe

Please sign in to comment.