Skip to content

Commit

Permalink
Merge branch 'release/1.0.2' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 24, 2019
2 parents 931c742 + 2752e50 commit ae3c932
Show file tree
Hide file tree
Showing 13 changed files with 119 additions and 358 deletions.
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Craft 3 .gitignore
#
# Example .gitignore file for Craft 3 CMS projects
#
# @author nystudio107
# @copyright Copyright (c) 2017 nystudio107
# @link https://nystudio107.com/
# @package nystudio107/craft
# @since 1.0.0
# @license MIT

# This file should be renamed to '.gitignore' and placed in your
# Craft 3 CMS project root directory

# CRAFT ENVIRONMENT
.env*

# COMPOSER
/vendor

# CRAFT STORAGE
/storage/*
!/storage/.gitkeep

# ASSETS
/web/assets/*

# BUILD FILES
/bower_components/*
/node_modules/*
/build/*
/yarn-error.log
/npm-debug.log
/web/dist/*

# MISC FILES
.cache
.DS_Store
.idea
.project
.settings
*.esproj
*.sublime-workspace
*.sublime-project
*.tmproj
*.tmproject
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
config.codekit3
prepros-6.config

# CUSTOM
10 changes: 0 additions & 10 deletions .idea/dotenvy.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

113 changes: 0 additions & 113 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/php.xml

This file was deleted.

Loading

0 comments on commit ae3c932

Please sign in to comment.