增加gitngnore,editorconfig文件,统一编辑格式。

This commit is contained in:
Lu Qiuwen
2018-08-20 15:47:08 +08:00
committed by Lu
parent 64d6022fa7
commit cb3add0820
3 changed files with 54 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{package.json,*.yml}]
indent_style = space
indent_size = 2

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Created by https://www.gitignore.io/api/c++,clion
### C++ ###
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# CMake
cmake-build-*/
# Clion
.idea/