-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
35 lines (34 loc) · 916 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
/target
/map_builder/output
node_modules*
package-lock.json
# Dotnet-specific ignore rules for template subdirectory
ai/templates/**/bin/
ai/templates/**/obj/
ai/templates/**/*.suo
ai/templates/**/*.user
ai/templates/**/*.userosscache
ai/templates/**/*.sln.docstates
ai/templates/**/*.userprefs
ai/templates/**/[Dd]ebug/
ai/templates/**/[Rr]elease/
ai/templates/**/x64/
ai/templates/**/x86/
ai/templates/**/bld/
ai/templates/**/Log/
ai/templates/**/artifacts/
ai/templates/**/Properties/launchSettings.json
ai/templates/**/.vscode/
ai/templates/**/ipch/
ai/templates/**/*.nupkg
ai/templates/**/packages/
ai/templates/**/publish/
ai/templates/**/AppPackages/
ai/templates/**/BundleArtifacts/
ai/templates/**/Package.StoreAssociation.xml
ai/templates/**/_UpgradeReport_Files/
ai/templates/**/Backup*/
ai/templates/**/UpgradeLog*.XML
ai/templates/**/UpgradeLog*.htm
ai/templates/**/node_modules/
ai/templates/**/.idea/