-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (53 loc) · 1.03 KB
/
.gitignore
File metadata and controls
69 lines (53 loc) · 1.03 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Visual Studio Code
.vscode/
# Python
__pycache__/
Misc/Old_Work/UFIDReader_python/Libraries/GUI/__pycache__/
Misc/Old_Work/UFIDReader_python/Libraries/Validation/__pycache__/
Misc/Old_Work/UFIDReader_python/src/__pycache__/
Misc/Old_Work/UFIDReader_python/Logs/
Misc/Old_Work/UFIDReader_python/Testdata/
Misc/Old_Work/UFIDReader_python/src/lib/
Misc/Old_Work/UFIDReader_python/venv
# Environment variables
.env
# Rider
/.idea/
/.idea.UFID_Reader.iml
/contentModel.xml
/modules.xml
/projectSettingsUpdater.xml
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Current Project ignores (I think ~ Justin)
# UFID_Reader specific
UFID_Reader/bin/
UFID_Reader/obj/
UFID_Reader/packages/
UFID_Reader/riderModule.iml
UFID_Reader/_ReSharper.Caches/
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example