.gitignore reference
Last update: April 21, 2023
- Topics:
- Configuration
CREATED FOR:
- Experienced
- Admin
- Developer
Magento Open Source includes a base .gitignore
file. See the latest Commerce .gitignore
file. If you must add a file that is in the .gitignore
list, you can use the -f
(force) option when staging a commit:
git add <path/filename> -f
Previous pageenv.php
Next pagesystem.xml
Commerce
- Overview
- General setup
- Deployment
- Cache
- Command Line
- Command-line tool
- Common commands
- Enable logging
- Manage the cache
- Manage indexers
- Configure cron jobs
- Compile code
- Operation mode
- Start message queue consumers
- URN highlighter
- Dependency reports
- Localization
- Configuration management
- Static view
- Create symlinks
- Run unit tests
- Convert layout files
- Generate data for performance testing
- Run support utilities (Commerce only)
- Configuration files
- Configuration paths
- Cron Jobs
- Logs
- Message Queues
- Multiple sites
- Search Engine
- Security
- Storage
- Return to Operational Guides