Add .editorconfig
This commit is contained in:
6
.editorconfig
Normal file
6
.editorconfig
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
indent_style = tab
|
||||||
|
tab_width = 4
|
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
**/*_
|
||||||
|
**/.#*
|
||||||
**/0*
|
**/0*
|
||||||
**/1*
|
**/1*
|
||||||
**/2*
|
**/2*
|
||||||
@@ -8,9 +11,13 @@
|
|||||||
**/7*
|
**/7*
|
||||||
**/8*
|
**/8*
|
||||||
**/9*
|
**/9*
|
||||||
|
|
||||||
|
**/*.log*
|
||||||
|
**/*log
|
||||||
**/LOG*
|
**/LOG*
|
||||||
**/*_
|
|
||||||
|
|
||||||
outer/*
|
|
||||||
secret/*
|
|
||||||
|
|
||||||
|
cache/**
|
||||||
|
data/**
|
||||||
|
old/**
|
||||||
|
outer/**
|
||||||
|
secret/**
|
||||||
|
Reference in New Issue
Block a user