File tree 3 files changed +13
-24
lines changed
3 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 1
- # Editor configuration - http://editorconfig.org
2
1
root = true
3
2
4
3
[* ]
5
4
charset = utf-8
6
5
end_of_line = lf
6
+ max_line_length = 140
7
7
indent_size = 2
8
8
indent_style = space
9
9
insert_final_newline = true
10
- max_line_length = 140
11
10
trim_trailing_whitespace = true
12
11
13
12
[* .md ]
Original file line number Diff line number Diff line change 1
- # https://html5boilerplate.com/
2
-
3
- # # GITATTRIBUTES FOR WEB PROJECTS
4
- #
5
- # These settings are for any web project.
6
- #
7
- # Details per file setting:
8
- # text These files should be normalized (i.e. convert CRLF to LF).
9
- # binary These files are binary and should be left untouched.
10
- #
11
- # Note that binary is a macro for -text -diff.
12
- # #####################################################################
1
+ # https://html5boilerplate.com
13
2
14
3
# # AUTO-DETECT
15
- # # Handle line endings automatically for files detected as
16
- # # text and leave all files detected as binary untouched.
17
- # # This will handle all files NOT defined below.
18
4
* text =auto
19
5
20
6
# # SOURCE CODE
Original file line number Diff line number Diff line change 1
- # --------------------------------------------------------------------------------------------------------------------------------- Git only
2
-
3
1
# Compiled output
4
2
/dist
5
3
/documentation
6
4
/out-tsc
7
5
/tmp
8
6
7
+ # Composer
8
+ vendor
9
+ composer.lock
10
+
9
11
# Dependencies
10
12
/node_modules
13
+ package-lock.json
11
14
12
15
# IDEs + Editors
13
16
* .launch
14
17
* .sublime-workspace
15
- .c9 /
18
+ /.idea
19
+ .c9
16
20
.classpath
21
+ .history
17
22
.project
18
- .settings /
19
- /.idea
23
+ .settings
20
24
21
25
# IDE - VSCode
26
+ .vscode /*
22
27
! .vscode /extensions.json
23
28
! .vscode /launch.json
24
29
! .vscode /settings.json
25
30
! .vscode /tasks.json
26
- .vscode /*
27
31
28
32
# Misc
29
33
/.sass-cache
32
36
/libpeerconnection.log
33
37
/typings
34
38
npm-debug.log
39
+ php_errorlog
35
40
testem.log
36
41
yarn-error.log
37
42
@@ -40,4 +45,3 @@ yarn-error.log
40
45
* desktop.ini
41
46
.DS_Store
42
47
Thumbs.db
43
-
You can’t perform that action at this time.
0 commit comments