8000 Initial commit. Added .gitignore · m4k3r-org/esp32_https_server@d3c4203 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3c4203

Browse files
committed
Initial commit. Added .gitignore
0 parents  commit d3c4203

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.gitignore

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
.metadata
2+
bin/
3+
tmp/
4+
*.tmp
5+
*.bak
6+
*.swp
7+
*~.nib
8+
local.properties
9+
.settings/
10+
.loadpath
11+
.recommenders
12+
13+
# External tool builders
14+
.externalToolBuilders/
15+
16+
# Locally stored "Eclipse launch configurations"
17+
*.launch
18+
19+
# PyDev specific (Python IDE for Eclipse)
20+
*.pydevproject
21+
22+
# CDT-specific (C/C++ Development Tooling)
23+
.cproject
24+
25+
# Java annotation processor (APT)
26+
.factorypath
27+
28+
# PDT-specific (PHP Development Tools)
29+
.buildpath
30+
31+
# sbteclipse plugin
32+
.target
33+
34+
# Tern plugin
35+
.tern-project
36+
37+
# TeXlipse plugin
38+
.texlipse
39+
40+
# STS (Spring Tool Suite)
41+
.springBeans
42+
43+
# Code Recommenders
44+
.recommenders/
45+
46+
# Scala IDE specific (Scala & Java development for Eclipse)
47+
.cache-main
48+
.scala_dependencies
49+
.worksheet
50+
51+
*.example.h
52+
data/cert/*.h

0 commit comments

Comments
 (0)
0