UnitexGramLab/unitexgramlab-org

View on GitHub
.gitignore.in

Summary

Maintainability
Test Coverage
# =============================================================================
# ATTENTION, DO NOT EDIT THIS FILE!
# Instead, try to update the .gitignore.in file and then run
# ./gitignore.io.sh > .gitignore
# =============================================================================

# =============================================================================
# Modify the ignore_list variable below according to your needs
# type ./gitignore.io.sh list to display a list of all supported templates
# =============================================================================
# ignore_list=archives,bower,composer,eclipse,git,intellij,tortoisegit,osx,linux,windows
# =============================================================================

# =============================================================================
${gitignore_io}
# =============================================================================

# All files and directories starting with tilde (~) should be ignored
~*

# =============================================================================
# List all other custom gitignore entries below:
# =============================================================================
# Sass
.sass-cache

# Grav Specific
data/*
!data/.*
plugins/*
!plugins/.*

# phpstorm
config/security.yaml
localhost/config/security.yaml
devel/config/security.yaml