Skip to content

Commit 9fe25b6

Browse files
committed
Ad macos, jetbranins and vscode to gitignore
1 parent 2d3870c commit 9fe25b6

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed

.gitignore

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,148 @@ _site/
1616
vendor/
1717
2
1818
/.idea/
19+
20+
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,jetbrains+all
21+
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,macos,jetbrains+all
22+
23+
### JetBrains+all ###
24+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
25+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
26+
27+
# User-specific stuff
28+
.idea/**/workspace.xml
29+
.idea/**/tasks.xml
30+
.idea/**/usage.statistics.xml
31+
.idea/**/dictionaries
32+
.idea/**/shelf
33+
34+
# AWS User-specific
35+
.idea/**/aws.xml
36+
37+
# Generated files
38+
.idea/**/contentModel.xml
39+
40+
# Sensitive or high-churn files
41+
.idea/**/dataSources/
42+
.idea/**/dataSources.ids
43+
.idea/**/dataSources.local.xml
44+
.idea/**/sqlDataSources.xml
45+
.idea/**/dynamic.xml
46+
.idea/**/uiDesigner.xml
47+
.idea/**/dbnavigator.xml
48+
49+
# Gradle
50+
.idea/**/gradle.xml
51+
.idea/**/libraries
52+
53+
# Gradle and Maven with auto-import
54+
# When using Gradle or Maven with auto-import, you should exclude module files,
55+
# since they will be recreated, and may cause churn. Uncomment if using
56+
# auto-import.
57+
# .idea/artifacts
58+
# .idea/compiler.xml
59+
# .idea/jarRepositories.xml
60+
# .idea/modules.xml
61+
# .idea/*.iml
62+
# .idea/modules
63+
# *.iml
64+
# *.ipr
65+
66+
# CMake
67+
cmake-build-*/
68+
69+
# Mongo Explorer plugin
70+
.idea/**/mongoSettings.xml
71+
72+
# File-based project format
73+
*.iws
74+
75+
# IntelliJ
76+
out/
77+
78+
# mpeltonen/sbt-idea plugin
79+
.idea_modules/
80+
81+
# JIRA plugin
82+
atlassian-ide-plugin.xml
83+
84+
# Cursive Clojure plugin
85+
.idea/replstate.xml
86+
87+
# SonarLint plugin
88+
.idea/sonarlint/
89+
90+
# Crashlytics plugin (for Android Studio and IntelliJ)
91+
com_crashlytics_export_strings.xml
92+
crashlytics.properties
93+
crashlytics-build.properties
94+
fabric.properties
95+
96+
# Editor-based Rest Client
97+
.idea/httpRequests
98+
99+
# Android studio 3.1+ serialized cache file
100+
.idea/caches/build_file_checksums.ser
101+
102+
### JetBrains+all Patch ###
103+
# Ignore everything but code style settings and run configurations
104+
# that are supposed to be shared within teams.
105+
106+
.idea/*
107+
108+
!.idea/codeStyles
109+
!.idea/runConfigurations
110+
111+
### macOS ###
112+
# General
113+
.DS_Store
114+
.AppleDouble
115+
.LSOverride
116+
117+
# Icon must end with two \r
118+
Icon
119+
120+
121+
# Thumbnails
122+
._*
123+
124+
# Files that might appear in the root of a volume
125+
.DocumentRevisions-V100
126+
.fseventsd
127+
.Spotlight-V100
128+
.TemporaryItems
129+
.Trashes
130+
.VolumeIcon.icns
131+
.com.apple.timemachine.donotpresent
132+
133+
# Directories potentially created on remote AFP share
134+
.AppleDB
135+
.AppleDesktop
136+
Network Trash Folder
137+
Temporary Items
138+
.apdisk
139+
140+
### macOS Patch ###
141+
# iCloud generated files
142+
*.icloud
143+
144+
### VisualStudioCode ###
145+
.vscode/*
146+
!.vscode/settings.json
147+
!.vscode/tasks.json
148+
!.vscode/launch.json
149+
!.vscode/extensions.json
150+
!.vscode/*.code-snippets
151+
152+
# Local History for Visual Studio Code
153+
.history/
154+
155+
# Built Visual Studio Code Extensions
156+
*.vsix
157+
158+
### VisualStudioCode Patch ###
159+
# Ignore all local history of files
160+
.history
161+
.ionide
162+
163+
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,macos,jetbrains+all

0 commit comments

Comments
 (0)