-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (52 loc) · 1019 Bytes
/
.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#
# ____ _ _ _ _ ____
# / ___|| | _____| | ___| |_ ___ _ __ (_) ___ | _ \ ___ ___ ___
# \___ \| |/ / _ \ |/ _ \ __/ _ \| '_ \| |/ __| | | | |/ _ \ / __/ __|
# ___) | < __/ | __/ || (_) | | | | | (__ | |_| | (_) | (__\__ \
# |____/|_|\_\___|_|\___|\__\___/|_| |_|_|\___| |____/ \___/ \___|___/
#
# Skeletonic Stylus Documentation v0.0.1
# https://docs.skeletonic.io/en
#
# .gitignore file for the Skeletonic Stylus Documentation (v0.0.1).
#
# Copyright (c) Sebastien Rousseau 2021. All rights reserved
# Licensed under the MIT license
#
# Exclude Directories and package
*.tgz
debug
leaf-pygment/dist
# mkdocs documentation
/site
/gh-pages
# Logs
*.log
logs
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Runtime data
*.pid
*.pid.lock
*.seed
pids
# Unit test / coverage reports
.cache
.coverage
.coverage.*
.hypothesis/
.nox/
.pytest_cache/
.tox/
*.cover
*.py,cover
cover/
coverage.xml
htmlcov/
nosetests.xml
# Other
.DS_Store
.idea
.sass-cache
.vscode