-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (28 loc) · 804 Bytes
/
.gitignore
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
# ------------------------------------------------------------ Section for the API
# Ignore compiled binaries and generated artifacts
/AirportWeatherAPI/bin/
/AirportWeatherAPI/obj/
*.dll
*.exe
*.pdb
# Ignore NuGet packages
/AirportWeatherAPI/packages/
# Ignore user-specific project settings
*.user
# Ignore Visual Studio related files and folders
*.vs
# ------------------------------------------------------------ Section for Angular
# Ignore npm packages
/airport-weather-app/node_modules/
# Ignore production build output
/airport-weather-app/dist/
# Ignore end-to-end testing node modules
/airport-weather-app/e2e/node_modules/
# Ignore coverage reports
/airport-weather-app/coverage/
# Ignore log files
*.log
# Ignore macOS system files
.DS_Store
# Ignore Windows system files
Thumbs.db