Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Inherit gitignore from Divio Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
vxsx committed Apr 3, 2017
1 parent 432bce9 commit 3d111c0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
26 changes: 23 additions & 3 deletions .gitignore
@@ -1,10 +1,31 @@
# <DEFAULT> # Warning: text inside the DEFAULT tags is auto-generated on Divio Cloud. Manual changes will be overwritten.
# OS generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*~

# Python
*.pyc
*.pyo
*~

# Aldryn
/.env
/.env-local
.aldryn
/data
/data.tar.gz
/static_collected
/node_modules
# </DEFAULT>

.hg
.git
.svn
.DS_Store
.settings
.project
.pydevproject
Expand All @@ -21,7 +42,6 @@
/src/settings_local*.py
/requirements_local*.txt

/node_modules
/bower_components
npm-debug.log
*.css.map
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
Aldryn Boilerplate Bootstrap 3
##############################

4.2.1
=====

- Added inherited .gitignore entries from Divio Cloud


4.2.0
=====

Expand Down
2 changes: 1 addition & 1 deletion boilerplate.json
@@ -1,7 +1,7 @@
{
"identifier": "bootstrap3",
"package-name": "aldryn-boilerplate-bootstrap3-libsass",
"version": "4.2.0",
"version": "4.2.1",
"templates": [
["base.html", "base"]
],
Expand Down

0 comments on commit 3d111c0

Please sign in to comment.