2013-05-29 17:43:20 +02:00
|
|
|
# Exclude all hidden files
|
|
|
|
.*
|
|
|
|
# But not .gitignore and .vagrant-puppet
|
|
|
|
!.gitignore
|
|
|
|
!.vagrant-puppet
|
2013-06-05 10:53:35 +02:00
|
|
|
# Build artefacts
|
2013-06-04 11:40:20 +02:00
|
|
|
build/
|
2013-06-05 10:53:35 +02:00
|
|
|
# Dev environmental
|
2013-06-04 10:10:45 +02:00
|
|
|
.idea/
|
2013-06-05 10:53:35 +02:00
|
|
|
# Configure output
|
2013-06-04 11:40:20 +02:00
|
|
|
config.log
|