2015-07-15 05:18:27 +03:00
|
|
|
#### linux gitignore
|
|
|
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
|
|
|
|
|
|
|
#### win gitignore
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
|
|
|
|
#### osx gitignore
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
2019-03-07 08:41:44 +03:00
|
|
|
# Ignore repo files
|
|
|
|
/scripts/stostools/restoredPackages
|
|
|
|
/scripts/stostools/restoredpackages
|
|
|
|
|
2015-07-15 05:18:27 +03:00
|
|
|
# Files that might appear in the root of a volume
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
2015-09-02 02:43:39 +03:00
|
|
|
|
2018-05-09 06:47:43 +03:00
|
|
|
# npm
|
2015-09-02 02:43:39 +03:00
|
|
|
node_modules
|
2016-03-26 17:04:52 +03:00
|
|
|
|
|
|
|
#### JetBrains
|
|
|
|
.idea
|
2016-05-24 03:19:52 +03:00
|
|
|
|
|
|
|
# ignore code gen virtual env folder
|
2016-12-15 06:51:09 +03:00
|
|
|
SdkCodeGen
|
|
|
|
|
|
|
|
# Visual Studio #
|
|
|
|
.settings/
|
|
|
|
.vs/
|
|
|
|
/app.js
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
.ntvs_analysis.*
|
|
|
|
.njsproj
|
|
|
|
*.etl
|
|
|
|
*.etl.tmp
|
|
|
|
*.vspx
|
|
|
|
*.njsperf
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
bin/*.dll
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.settings/
|
|
|
|
|
|
|
|
# Builds #
|
|
|
|
out/*
|
|
|
|
tmp/*
|
2017-02-02 05:14:32 +03:00
|
|
|
obj/
|
|
|
|
|
2024-05-19 10:50:38 +03:00
|
|
|
# Coverage directory used by "vitest"
|
|
|
|
coverage
|
2017-02-28 02:29:56 +03:00
|
|
|
|
2017-02-02 05:14:32 +03:00
|
|
|
# AutoRest Nightly #
|
|
|
|
AutoRest.*
|
2017-02-28 02:29:56 +03:00
|
|
|
output/*
|
2018-09-28 01:18:59 +03:00
|
|
|
errors.txt
|
|
|
|
warnings.txt
|
2019-02-06 03:39:58 +03:00
|
|
|
|
2019-04-06 17:51:33 +03:00
|
|
|
# VS Code files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
2019-04-16 01:20:03 +03:00
|
|
|
|
2022-07-26 12:42:06 +03:00
|
|
|
# API Test outputs
|
|
|
|
.apitest
|
2023-01-04 14:30:34 +03:00
|
|
|
.assets
|
2022-07-26 12:42:06 +03:00
|
|
|
|
2024-07-16 09:06:31 +03:00
|
|
|
# Blanket ignores
|
2019-04-16 01:20:03 +03:00
|
|
|
*.js
|
|
|
|
*.d.ts
|
|
|
|
*.js.map
|
2022-07-26 12:42:06 +03:00
|
|
|
*.d.ts.map
|
2022-12-28 18:50:42 +03:00
|
|
|
*.bak
|
2023-06-28 04:59:51 +03:00
|
|
|
|
|
|
|
# Eng Tools
|
2024-07-16 09:06:31 +03:00
|
|
|
eng/tools/**/dist
|
|
|
|
!eng/tools/**/cmd/*.js
|
|
|
|
!eng/tools/**/eslint.config.js
|
|
|
|
|
|
|
|
# No package-lock.json files should be commited except the top-level.
|
|
|
|
**/package-lock.json
|
|
|
|
!/package-lock.json
|
2024-07-26 06:22:18 +03:00
|
|
|
|
|
|
|
# No Armstrong outputs should be commited except the tf files.
|
|
|
|
**/terraform/**/*.json
|
|
|
|
**/terraform/**/*.md
|
|
|
|
**/terraform/**/*.html
|
|
|
|
**/terraform/**/*.txt
|
|
|
|
**/terraform/**/*.hcl
|
|
|
|
**/terraform/**/*.tfstate
|
|
|
|
**/terraform/**/*.backup
|
|
|
|
**/terraform/**/tfplan
|
|
|
|
**/terraform/**/.terraform
|
|
|
|
!**/terraform/**/*.tf
|