-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (36 loc) · 706 Bytes
/
.gitignore
File metadata and controls
42 lines (36 loc) · 706 Bytes
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
dist/
.pytest_cache/
# /readme_content/*.png
# /readme_content/*.jpg
/bak/*
ConsolePi.conf
ConsolePi.yaml
ConsolePi.cloud
cloud.data
*.data
*.json
/installer/install.log*
/installer/ConsolePi_image_creator.sh
*__pycache__*
.idea/*
*.swp
# /cloud/*/.credentials/* # ignored via file in that dir
.vscode/*
/cloud/gdrive/headless-auth/*
/src/consolepi-commands/resize
# venv
.venv
venv/
# -- // ztp dir \\ --
# ignore everything in ztp dir other than the readme
ztp/*
# Except this file and the readme
# !.gitignore
ztp/*!README
# -- // device specific ssh key dir \\ --
.ssh
src/pypkg/consolepi/config_parser.py
# Sphinx documentation
docs/_build/
# ignore files with __dev__ in the nmame
**__dev__**