Skip to content

Commit 012da33

Browse files
committed
#2 add 易拉宝设计文件
1 parent 8de5082 commit 012da33

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

.gitignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.vscode
2+
*.swp
3+
*.swo
4+
*.sublime-*
5+
*.pyc
6+
jmeter.log
7+
__pycache__
8+
tmp/
9+
package-lock.json
10+
node_modules/
11+
sftp-config.json
12+
.DS_Store
13+
*.iml
14+
*.ipr
15+
*.iws
16+
*.idea
17+
~$*.xls*
18+
~$*.ppt*
19+
~$*.doc*
20+
nohup.out
21+
22+
CMakeLists.txt.user
23+
CMakeCache.txt
24+
CMakeFiles
25+
CMakeScripts
26+
Testing
27+
Makefile
28+
build
29+
build-*
30+
cmake_install.cmake
31+
install_manifest.txt
32+
compile_commands.json
33+
CTestTestfile.cmake
34+
_deps
35+
.env
36+
.fid
37+
_build
Loading

0 commit comments

Comments
 (0)