Skip to content

Commit cd45256

Browse files
committed
Change EOL to LF
1 parent a3fad84 commit cd45256

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

.gitignore

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
# vscode
2-
.vscode
3-
4-
# Intellij
5-
*.iml
6-
.idea
7-
8-
# npm
9-
node_modules
10-
11-
# Don't include the compiled main.js file in the repo.
12-
# They should be uploaded to GitHub releases instead.
13-
main.js
14-
15-
# Exclude sourcemaps
16-
*.map
17-
18-
# obsidian
19-
data.json
20-
21-
# Exclude macOS Finder (System Explorer) View States
22-
.DS_Store
23-
24-
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
25-
# I'm not using zero-installs
26-
.pnp.*
27-
.yarn/*
28-
!.yarn/patches
29-
!.yarn/plugins
30-
!.yarn/releases
31-
!.yarn/sdks
32-
!.yarn/versions
33-
1+
# vscode
2+
.vscode
3+
4+
# Intellij
5+
*.iml
6+
.idea
7+
8+
# npm
9+
node_modules
10+
11+
# Don't include the compiled main.js file in the repo.
12+
# They should be uploaded to GitHub releases instead.
13+
main.js
14+
15+
# Exclude sourcemaps
16+
*.map
17+
18+
# obsidian
19+
data.json
20+
21+
# Exclude macOS Finder (System Explorer) View States
22+
.DS_Store
23+
24+
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
25+
# I'm not using zero-installs
26+
.pnp.*
27+
.yarn/*
28+
!.yarn/patches
29+
!.yarn/plugins
30+
!.yarn/releases
31+
!.yarn/sdks
32+
!.yarn/versions
33+

0 commit comments

Comments
 (0)