Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatosbc committed Nov 27, 2024
1 parent f86457a commit 57049dc
Show file tree
Hide file tree
Showing 9 changed files with 1,071 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Composer
/vendor/
composer.phar
composer.lock

# PHPUnit
.phpunit.result.cache
.phpunit.cache/
coverage/
clover.xml

# IDE files
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
.project
.buildpath
.settings/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.log
*.cache
*.tmp
*.swp
*.swo

# Environment files
.env
.env.local
.env.*.local
Loading

0 comments on commit 57049dc

Please sign in to comment.