Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arusinowski committed Dec 21, 2023
1 parent 188d464 commit b81381a
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# User specific & automatically generated files #
#################################################
build/
dist/
tags/
composer.lock
phpunit.xml
vendor/
*.mo
debug.log
error.log
/tests/test_app/config/Create/*
/tests/test_app/config/Migrations/*
/tests/test_app/config/TestsMigrations/schema-dump-test.lock
/tests/test_app/Plugin/TestBlog/config/Migrations/*
.phpunit.result.cache

# IDE and editor specific files #
#################################
nbproject/
.idea/

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

0 comments on commit b81381a

Please sign in to comment.