You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Created by https://www.toptal.com/developers/gitignore/api/git,macos,xcode,jekyll,packer,ansible,vagrant,windows,notepadpp,terraform,powershell,terragrunt,sublimetext,ansibletower,visualstudiocode,linux
2
+
# Edit at https://www.toptal.com/developers/gitignore?templates=git,macos,xcode,jekyll,packer,ansible,vagrant,windows,notepadpp,terraform,powershell,terragrunt,sublimetext,ansibletower,visualstudiocode,linux
3
+
4
+
### Ansible ###
5
+
*.retry
6
+
7
+
### AnsibleTower ###
8
+
# Ansible runtime and backups
9
+
*.original
10
+
*.tmp
11
+
*.bkp
12
+
*.*~
13
+
14
+
# Tower runtime roles
15
+
roles/**
16
+
!roles/requirements.yml
17
+
18
+
# Avoid plain-text passwords
19
+
*pwd*
20
+
*pass*
21
+
*password*
22
+
*.txt
23
+
24
+
# Exclude all binaries
25
+
*.bin
26
+
*.jar
27
+
*.tar
28
+
*.zip
29
+
*.gzip
30
+
*.tgz
31
+
32
+
33
+
### Git ###
34
+
# Created by git for backups. To disable backups in Git:
# Log files (if you are creating logs in debug mode, uncomment this)
218
+
# *.log
219
+
220
+
### Vagrant Patch ###
221
+
222
+
### VisualStudioCode ###
223
+
.vscode/*
224
+
!.vscode/settings.json
225
+
!.vscode/tasks.json
226
+
!.vscode/launch.json
227
+
!.vscode/extensions.json
228
+
!.vscode/*.code-snippets
229
+
230
+
# Local History for Visual Studio Code
231
+
.history/
232
+
233
+
# Built Visual Studio Code Extensions
234
+
*.vsix
235
+
236
+
### VisualStudioCode Patch ###
237
+
# Ignore all local history of files
238
+
.history
239
+
.ionide
240
+
241
+
### Windows ###
242
+
# Windows thumbnail cache files
243
+
Thumbs.db
244
+
Thumbs.db:encryptable
245
+
ehthumbs.db
246
+
ehthumbs_vista.db
247
+
248
+
# Dump file
249
+
*.stackdump
250
+
251
+
# Folder config file
252
+
[Dd]esktop.ini
253
+
254
+
# Recycle Bin used on file shares
255
+
$RECYCLE.BIN/
256
+
257
+
# Windows Installer files
258
+
*.cab
259
+
*.msi
260
+
*.msix
261
+
*.msm
262
+
*.msp
263
+
264
+
# Windows shortcuts
265
+
*.lnk
266
+
267
+
### Xcode ###
268
+
## User settings
269
+
xcuserdata/
270
+
271
+
## Xcode 8 and earlier
272
+
*.xcscmblueprint
273
+
*.xccheckout
274
+
275
+
### Xcode Patch ###
276
+
*.xcodeproj/*
277
+
!*.xcodeproj/project.pbxproj
278
+
!*.xcodeproj/xcshareddata/
279
+
!*.xcodeproj/project.xcworkspace/
280
+
!*.xcworkspace/contents.xcworkspacedata
281
+
/*.gcno
282
+
**/xcshareddata/WorkspaceSettings.xcsettings
283
+
284
+
# End of https://www.toptal.com/developers/gitignore/api/git,macos,xcode,jekyll,packer,ansible,vagrant,windows,notepadpp,terraform,powershell,terragrunt,sublimetext,ansibletower,visualstudiocode,linux
0 commit comments