Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
  • Loading branch information
khalwat committed Mar 24, 2019
1 parent 373169c commit 981eeab
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 166 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
166 changes: 0 additions & 166 deletions .idea/workspace.xml

This file was deleted.

0 comments on commit 981eeab

Please sign in to comment.