forked from maakbaas/esp8266-iot-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
60 lines (47 loc) · 1.01 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
### ESP8266 IoT Framework specific ###
node_modules
__pycache__
src/generated/certificates.h
src/generated/config.cpp
src/generated/config.h
src/generated/dash.h
src/generated/html.h
gui/js/configuration.json
gui/js/dashboard.json
### Clion + PlatformIO ###
CMakeListsPrivate.txt
CMakeLists.txt
### PlatformIO ###
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio
.vscode
### CLion ###
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# CMake
cmake-build-*/
# File-based project format
*.iws
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Sonarlint plugin
.idea/**/sonarlint/
# SonarQube Plugin
.idea/**/sonarIssues.xml
# Markdown Navigator plugin
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/
# Cache file creation bug
.idea/$CACHE_FILE$