-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (31 loc) · 780 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (31 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# MIT Licensed .gitignore (PowerShell project)
# Copyright (c) 2025
# Licensed under the MIT License. See LICENSE or project metadata for details.
# PowerShell temporary files
*.ps1xml
# Don't ignore module files
!PSSpecKit/**/*.psm1
!PSSpecKit/**/*.psd1
*.psm1
*.psd1
*.psd1.updated
# User-specific PowerShell module and cache
$env:USERPROFILE\Documents\PowerShell\Modules\
*.modulecache
# Pester test output and temporary directories
.tmp/
tests/tmp*/
# Zip output and downloaded archives
*.zip
# VS Code and editor metadata
.vscode/
*.code-workspace
# OS files
Thumbs.db
.DS_Store
# GitHub Actions runner work and caches
.github/workflows/**/workflows/_temp/
.github/workflows/**/workflows/_tool_cache/
# Node/npm (in case tooling is added)
node_modules/
npm-debug.log