`composer create-project` (see 6a6ff88536
) adds vendor directory which we do not want to have in version control.
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
# Include your project-specific ignores in this file
|
|
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
|
|
dist
|
|
bower_components
|
|
node_modules
|
|
npm-debug.log
|
|
vendor
|