Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3871195

Browse files
committed
Added .gitignore
0 parents commit 3871195

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

‎.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Node
2+
logs
3+
*.log
4+
pids
5+
*.pid
6+
*.seed
7+
lib-cov
8+
coverage
9+
.grunt
10+
.lock-wscript
11+
build/Release
12+
node_modules
13+
14+
15+
# OSX
16+
.DS_Store
17+
.AppleDouble
18+
.LSOverride
19+
._*
20+
.DocumentRevisions-V100
21+
.fseventsd
22+
.Spotlight-V100
23+
.TemporaryItems
24+
.Trashes
25+
.VolumeIcon.icns
26+
.AppleDB
27+
.AppleDesktop
28+
Network Trash Folder
29+
Temporary Items
30+
.apdisk
31+
32+
# Icon must end with two \r
33+
Icon
34+
35+
36+
# XCode
37+
build/
38+
*.pbxuser
39+
!default.pbxuser
40+
*.mode1v3
41+
!default.mode1v3
42+
*.mode2v3
43+
!default.mode2v3
44+
*.perspectivev3
45+
!default.perspectivev3
46+
xcuserdata
47+
*.xccheckout
48+
*.moved-aside
49+
DerivedData
50+
*.xcuserstate
51+
52+
53+
# Intellij
54+
.idea

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /