-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (40 loc) · 1.38 KB
/
.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
40
41
42
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/Fpl/.vs/Fpl
/Fpl/Fpl/bin
/Fpl/Fpl/obj
/Fpl/FplParser.Tests/bin
/Fpl/FplParser.Tests/obj
/Fpl/Fpl.Tests/bin
/Fpl/Fpl.Tests/obj
/Fpl/Fpl/.fake
/Fpl/fpl-vscode-extension/*.vsix
.fake
/Fpl/fpl-vscode-extension/node_modules
/Fpl/FplLS/bin
/Fpl/FplLS/obj
/Fpl/.vs
# Un-ignore the affected subdirectory
!/Fpl/fpl-vscode-extension/dotnet-runtimes/
# ignore all subdirectories
/Fpl/fpl-vscode-extension/dotnet-runtimes/**
# un-ignore only the FplLS subdirectory and its subdirectories
!/Fpl/fpl-vscode-extension/dotnet-runtimes/FplLS/
!/Fpl/fpl-vscode-extension/dotnet-runtimes/FplLS/**
/Fpl/FplLSTests/obj/Debug/net6.0
/Fpl/FplLSTests/obj/Release/net6.0
/Fpl/FplLSTests/obj/Debug/net8.0
/Fpl/FplLSTests/obj/Release/net8.0
/Fpl/FplLSTests/bin
/Fpl/FplLSTests/obj
/Fpl/fpl-vscode-extension/Landau.odt
/Fpl/fpl-vscode-extension/.~lock.Landau.odt#
/Fpl/FplInterpreter.Tests/bin
/Fpl/FplInterpreter.Tests/obj
/Fpl/fpl-vscode-extension/dotnet-runtimes/FplLsDll/FplLS.exe
/Fpl/fpl-vscode-extension/dotnet-runtimes/FplLsDll/FplLS.pdb
/Fpl/fpl-vscode-extension/publishToMarketPlace.txt
/Fpl/fpl-vscode-extension/.vscode/publishToMarketPlace.txt
/Fpl/FplInterpreter.Tests/repo