forked from fabacab/wp-pgp-encrypted-emails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·29 lines (24 loc) · 1.19 KB
/
.gitignore
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
# This file tells git what files to ignore when looking at our files.
# Lines that start with '#' are comments.
#
# See https://help.github.com/articles/ignoring-files/ for more info.
#
######################################################################
# Mac OS X makes these files to hold Finder window settings.
# See https://en.wikipedia.org/wiki/.DS_Store for more info.
.DS_Store
# The popular text editor `vi` and its derivatives (like `vim`) make
# files with this extension when auto-saving files being edited.
*.swp
######################################################################
# The next set of file paths relate to developer documentation and are
# automatically generated by running `phpdoc` from this folder.
######################################################################
# This is a personal documentation generator config file. You can use
# this file to customize the way the project's documentation looks to
# you. See http://phpdoc.org/docs/latest/references/configuration.html
phpdoc.xml
# The developer documentation itself is, by default, written to this
# subfolder. Since it gets automatically generated, we don't want to
# save it in the code repository itself.
docs/