Skip to content
View kolosovpetro's full-sized avatar

Organizations

@MangoInstantMessenger
Block or Report

Block or report kolosovpetro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. .gitignore .gitignore
    1
    # User-specific files
    2
    *.rsuser
    3
    *.suo
    4
    *.user
    5
    *.userosscache
  2. Database connection strings Database connection strings
    1
    ## MS SQL local
    2
    - "Data Source=DESKTOP-RN0NICT;Initial Catalog=MoviesCodeFirst;Integrated Security=true;"
    3
    - "Data Source=DESKTOP-CK5PEBD;Initial Catalog=MANGO_DEV;Integrated Security=true;TrustServerCertificate=True;"
    4
    
                  
    5
    ## MS SQL Docker
  3. .gitattributes .gitattributes
    1
    * text=auto eol=lf
    2
    *.html linguist-detectable=false
    3
    *.cshtml linguist-detectable=false
    4
    *.htm linguist-detectable=false
    5
    *.razor linguist-detectable=false
  4. Terraform commands Terraform commands
    1
    ## Terraform commands
    2
    
                  
    3
    - Init examples:
    4
        - `terraform init -backend-config="azure.sas.conf"`
    5
        - `terraform init -backend-config="azure.sas.conf" -reconfigure`
  5. fast_delete_node_modules.txt fast_delete_node_modules.txt
    1
    powershell -Command "Remove-Item -LiteralPath 'node_modules' -Force -Recurse"
  6. Azure commands Azure commands
    1
    # Az account management commands
    2
    
                  
    3
    ## Login
    4
    - `az login`
    5
    - `az login --use-device-code`