-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (31 loc) · 945 Bytes
/
.gitignore
File metadata and controls
37 lines (31 loc) · 945 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
# Main repository ignores
~$*
*.pyc
.vscode
# Project-specific ignores
01 InfoWorks ICM/02 SQL/01 InfoWorks/0037 - Update Channel XS manning n/Readme.docx
01 InfoWorks ICM/02 SQL/01 InfoWorks/0037 - Update Channel XS manning n/to_markdown.bat
01 InfoWorks ICM/04 Themes/Readme.docx
01 InfoWorks ICM/04 Themes/to_markdown.bat
01 InfoWorks ICM/03 Python/004 hechms time series/readme.docx
01 InfoWorks ICM/03 Python/004 hechms time series/to_markdown.bat
06 XPSWMM/01 Tutorials/readme.docx
01 InfoWorks ICM/04 Themes/HowTos/sql_expression/readme.docx
01 InfoWorks ICM/04 Themes/HowTos/sql_expression/to_markdown.bat
06 XPSWMM/02 Resources/readme.docx
06 XPSWMM/02 Resources/to_markdown.bat
# Traffic Dashboard ignores
# Note: Dashboard lives on traffic-analysis branch; workflow never creates files on main
# Temporary Excel files
~$*.xlsx
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.bak