Files
bedrock/.gitignore
Lukas Besch 7c440a94ae gitignore composer vendor directory
`composer create-project` (see 6a6ff88536
) adds vendor directory which we do not want to have in version control.
2016-02-14 22:48:03 +01:00

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