Files
Narzedzia_180088/.gitignore
180088 a1ab820c1a
Some checks failed
Mark stale issues and pull requests / stale (push) Has been cancelled
Usuń z repozytorium pliki .gitkeep, cache, sessions i bazę SQLite wg .gitignore
2025-11-28 18:42:31 +01:00

61 lines
827 B
Plaintext

# CakePHP specific files #
##########################
/config/app_local.php
/config/.env
/logs/*
/logs/*.log
/tmp/*
/tmp/cache/
/tmp/sessions/
/vendor/*
/database/*
/database/app.sqlite
# Ignore .gitkeep in all folders
**/.gitkeep
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Icon must end with two \r
Icon
ehthumbs.db
Thumbs.db
.directory
# Tool specific files #
#######################
# PHPUnit
.phpunit.cache
tests.sqlite
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/*
# NetBeans
nbproject/*
# Visual Studio Code
.vscode
# nova
.nova
# Sass preprocessor
.sass-cache/
# node
/node_modules/*
# yarn
yarn-debug.log
yarn-error.log