-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore.in
36 lines (30 loc) · 1.35 KB
/
.gitignore.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# =============================================================================
# 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