forked from Velocet/iown-homecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
92 lines (80 loc) · 1.63 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# https://github.com/github/gitignore
# https://gitignore.io
### Private ###
.private
### Arduino ###
.development
### PlatformIO ###
.pio
compile_commands.*
### Visual Studio Code (VSCode) ###
.vscode/.browse*
.vscode/c_cpp_properties*
.vscode/launch*
.vscode/ipch
### Trunk ###
**/.trunk/*actions
**/.trunk/*logs
**/.trunk/*notifications
**/.trunk/*out
**/.trunk/*plugins
### Runtime Data ###
.cache
build
**/bower_components/**
**/node_modules/**
**/site-packages/**
### MkDocs ###
site
### CMake ###
[cC]make_install.cmake
cmake-build*
CMake[CFLS]*
compile_commands.json
### Python ###
__pycache__/
*.py[cod]
# Python Jupyter Notebooks
.ipynb_checkpoints
### MacOS ###
._*
_*
.DS_Store
*.icloud
### Windows ###
[tT]humbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk
### JetBrains IDEs ###
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Ignore all but style settings and configs supposed to be shared
.idea/*
!.idea/codeStyles
!.idea/runConfigurations
# JetBrains User-Specifics
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# JetBrains Generated Files
.idea/**/contentModel.xml
# JetBrains Sensitive Files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# JetBrains File-based Projects
*.iws
# JetBrains Cache Creation Bug: issue/JBR-2257
.idea/$CACHE_FILE$
# JetBrains Plugin: SonarLint
.idea/**/sonarlint/
# JetBrains Plugin: Markdown Navigator
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/