Skip to content

Commit 1f3ae84

Browse files
committed
feat(tpl): add ignore
1 parent a1ddec0 commit 1f3ae84

File tree

1 file changed

+344
-0
lines changed

1 file changed

+344
-0
lines changed

Diff for: .gitignore

+344
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,344 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,linux,jetbrains,jetbrains+all,jetbrains+iml,visualstudiocode,git,tortoisegit
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,linux,jetbrains,jetbrains+all,jetbrains+iml,visualstudiocode,git,tortoisegit
3+
4+
### Git ###
5+
# Created by git for backups. To disable backups in Git:
6+
# $ git config --global mergetool.keepBackup false
7+
*.orig
8+
9+
# Created by git when using merge tools for conflicts
10+
*.BACKUP.*
11+
*.BASE.*
12+
*.LOCAL.*
13+
*.REMOTE.*
14+
*_BACKUP_*.txt
15+
*_BASE_*.txt
16+
*_LOCAL_*.txt
17+
*_REMOTE_*.txt
18+
19+
### JetBrains ###
20+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
21+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
22+
23+
# User-specific stuff
24+
.idea/**/workspace.xml
25+
.idea/**/tasks.xml
26+
.idea/**/usage.statistics.xml
27+
.idea/**/dictionaries
28+
.idea/**/shelf
29+
30+
# AWS User-specific
31+
.idea/**/aws.xml
32+
33+
# Generated files
34+
.idea/**/contentModel.xml
35+
36+
# Sensitive or high-churn files
37+
.idea/**/dataSources/
38+
.idea/**/dataSources.ids
39+
.idea/**/dataSources.local.xml
40+
.idea/**/sqlDataSources.xml
41+
.idea/**/dynamic.xml
42+
.idea/**/uiDesigner.xml
43+
.idea/**/dbnavigator.xml
44+
45+
# Gradle
46+
.idea/**/gradle.xml
47+
.idea/**/libraries
48+
49+
# Gradle and Maven with auto-import
50+
# When using Gradle or Maven with auto-import, you should exclude module files,
51+
# since they will be recreated, and may cause churn. Uncomment if using
52+
# auto-import.
53+
# .idea/artifacts
54+
# .idea/compiler.xml
55+
# .idea/jarRepositories.xml
56+
# .idea/modules.xml
57+
# .idea/*.iml
58+
# .idea/modules
59+
# *.iml
60+
# *.ipr
61+
62+
# CMake
63+
cmake-build-*/
64+
65+
# Mongo Explorer plugin
66+
.idea/**/mongoSettings.xml
67+
68+
# File-based project format
69+
*.iws
70+
71+
# IntelliJ
72+
out/
73+
74+
# mpeltonen/sbt-idea plugin
75+
.idea_modules/
76+
77+
# JIRA plugin
78+
atlassian-ide-plugin.xml
79+
80+
# Cursive Clojure plugin
81+
.idea/replstate.xml
82+
83+
# SonarLint plugin
84+
.idea/sonarlint/
85+
86+
# Crashlytics plugin (for Android Studio and IntelliJ)
87+
com_crashlytics_export_strings.xml
88+
crashlytics.properties
89+
crashlytics-build.properties
90+
fabric.properties
91+
92+
# Editor-based Rest Client
93+
.idea/httpRequests
94+
95+
# Android studio 3.1+ serialized cache file
96+
.idea/caches/build_file_checksums.ser
97+
98+
### JetBrains Patch ###
99+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
100+
101+
# *.iml
102+
# modules.xml
103+
# .idea/misc.xml
104+
# *.ipr
105+
106+
# Sonarlint plugin
107+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
108+
.idea/**/sonarlint/
109+
110+
# SonarQube Plugin
111+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
112+
.idea/**/sonarIssues.xml
113+
114+
# Markdown Navigator plugin
115+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
116+
.idea/**/markdown-navigator.xml
117+
.idea/**/markdown-navigator-enh.xml
118+
.idea/**/markdown-navigator/
119+
120+
# Cache file creation bug
121+
# See https://youtrack.jetbrains.com/issue/JBR-2257
122+
.idea/$CACHE_FILE$
123+
124+
# CodeStream plugin
125+
# https://plugins.jetbrains.com/plugin/12206-codestream
126+
.idea/codestream.xml
127+
128+
# Azure Toolkit for IntelliJ plugin
129+
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
130+
.idea/**/azureSettings.xml
131+
132+
### JetBrains+all ###
133+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
134+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
135+
136+
# User-specific stuff
137+
138+
# AWS User-specific
139+
140+
# Generated files
141+
142+
# Sensitive or high-churn files
143+
144+
# Gradle
145+
146+
# Gradle and Maven with auto-import
147+
# When using Gradle or Maven with auto-import, you should exclude module files,
148+
# since they will be recreated, and may cause churn. Uncomment if using
149+
# auto-import.
150+
# .idea/artifacts
151+
# .idea/compiler.xml
152+
# .idea/jarRepositories.xml
153+
# .idea/modules.xml
154+
# .idea/*.iml
155+
# .idea/modules
156+
# *.iml
157+
# *.ipr
158+
159+
# CMake
160+
161+
# Mongo Explorer plugin
162+
163+
# File-based project format
164+
165+
# IntelliJ
166+
167+
# mpeltonen/sbt-idea plugin
168+
169+
# JIRA plugin
170+
171+
# Cursive Clojure plugin
172+
173+
# SonarLint plugin
174+
175+
# Crashlytics plugin (for Android Studio and IntelliJ)
176+
177+
# Editor-based Rest Client
178+
179+
# Android studio 3.1+ serialized cache file
180+
181+
### JetBrains+all Patch ###
182+
# Ignore everything but code style settings and run configurations
183+
# that are supposed to be shared within teams.
184+
185+
.idea/*
186+
187+
!.idea/codeStyles
188+
!.idea/runConfigurations
189+
190+
### JetBrains+iml ###
191+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
192+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
193+
194+
# User-specific stuff
195+
196+
# AWS User-specific
197+
198+
# Generated files
199+
200+
# Sensitive or high-churn files
201+
202+
# Gradle
203+
204+
# Gradle and Maven with auto-import
205+
# When using Gradle or Maven with auto-import, you should exclude module files,
206+
# since they will be recreated, and may cause churn. Uncomment if using
207+
# auto-import.
208+
# .idea/artifacts
209+
# .idea/compiler.xml
210+
# .idea/jarRepositories.xml
211+
# .idea/modules.xml
212+
# .idea/*.iml
213+
# .idea/modules
214+
# *.iml
215+
# *.ipr
216+
217+
# CMake
218+
219+
# Mongo Explorer plugin
220+
221+
# File-based project format
222+
223+
# IntelliJ
224+
225+
# mpeltonen/sbt-idea plugin
226+
227+
# JIRA plugin
228+
229+
# Cursive Clojure plugin
230+
231+
# SonarLint plugin
232+
233+
# Crashlytics plugin (for Android Studio and IntelliJ)
234+
235+
# Editor-based Rest Client
236+
237+
# Android studio 3.1+ serialized cache file
238+
239+
### JetBrains+iml Patch ###
240+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
241+
242+
*.iml
243+
modules.xml
244+
.idea/misc.xml
245+
*.ipr
246+
247+
### Linux ###
248+
*~
249+
250+
# temporary files which can be created if a process still has a handle open of a deleted file
251+
.fuse_hidden*
252+
253+
# KDE directory preferences
254+
.directory
255+
256+
# Linux trash folder which might appear on any partition or disk
257+
.Trash-*
258+
259+
# .nfs files are created when an open file is removed but is still being accessed
260+
.nfs*
261+
262+
### macOS ###
263+
# General
264+
.DS_Store
265+
.AppleDouble
266+
.LSOverride
267+
268+
# Icon must end with two \r
269+
Icon
270+
271+
272+
# Thumbnails
273+
._*
274+
275+
# Files that might appear in the root of a volume
276+
.DocumentRevisions-V100
277+
.fseventsd
278+
.Spotlight-V100
279+
.TemporaryItems
280+
.Trashes
281+
.VolumeIcon.icns
282+
.com.apple.timemachine.donotpresent
283+
284+
# Directories potentially created on remote AFP share
285+
.AppleDB
286+
.AppleDesktop
287+
Network Trash Folder
288+
Temporary Items
289+
.apdisk
290+
291+
### macOS Patch ###
292+
# iCloud generated files
293+
*.icloud
294+
295+
### TortoiseGit ###
296+
# Project-level settings
297+
/.tgitconfig
298+
299+
### VisualStudioCode ###
300+
.vscode/*
301+
!.vscode/settings.json
302+
!.vscode/tasks.json
303+
!.vscode/launch.json
304+
!.vscode/extensions.json
305+
!.vscode/*.code-snippets
306+
307+
# Local History for Visual Studio Code
308+
.history/
309+
310+
# Built Visual Studio Code Extensions
311+
*.vsix
312+
313+
### VisualStudioCode Patch ###
314+
# Ignore all local history of files
315+
.history
316+
.ionide
317+
318+
### Windows ###
319+
# Windows thumbnail cache files
320+
Thumbs.db
321+
Thumbs.db:encryptable
322+
ehthumbs.db
323+
ehthumbs_vista.db
324+
325+
# Dump file
326+
*.stackdump
327+
328+
# Folder config file
329+
[Dd]esktop.ini
330+
331+
# Recycle Bin used on file shares
332+
$RECYCLE.BIN/
333+
334+
# Windows Installer files
335+
*.cab
336+
*.msi
337+
*.msix
338+
*.msm
339+
*.msp
340+
341+
# Windows shortcuts
342+
*.lnk
343+
344+
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,jetbrains,jetbrains+all,jetbrains+iml,visualstudiocode,git,tortoisegit

0 commit comments

Comments
 (0)