We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbeea5 commit a4b8399Copy full SHA for a4b8399
1 file changed
.gitignore
@@ -0,0 +1,45 @@
1
+*.swp
2
+*.*~
3
+project.lock.json
4
+.DS_Store
5
+*.pyc
6
+nupkg/
7
+
8
+# Visual Studio Code
9
+.vscode
10
11
+# User-specific files
12
+*.suo
13
+*.user
14
+*.userosscache
15
+*.sln.docstates
16
17
+# Build results
18
+[Dd]ebug/
19
+[Dd]ebugPublic/
20
+[Rr]elease/
21
+[Rr]eleases/
22
+x64/
23
+x86/
24
+build/
25
+bld/
26
+[Bb]in/
27
+[Oo]bj/
28
+[Oo]ut/
29
+msbuild.log
30
+msbuild.err
31
+msbuild.wrn
32
+[Pp]ackages/
33
34
+# Visual Studio 2015
35
+.vs/
36
37
+# Transform files
38
+*.transform
39
40
+# Nano stack dump
41
+nano.exe.stackdump
42
43
+# Credentials configuration files
44
+Google.Ads.GoogleAds.Core/src/App.config
45
+Google.Ads.GoogleAds/examples/Authentication/AuthenticateInAspNetWebApplication/Web.config
0 commit comments