48 lines
435 B
Plaintext
48 lines
435 B
Plaintext
.env
|
|
.DS_Store
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.byebug_history
|
|
|
|
**/Debug/**
|
|
**/project-cache/**
|
|
**/.vs/**
|
|
**/obj/**
|
|
|
|
# Dependencies
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
!/yarn.lock
|
|
composer.lock
|
|
|
|
# Ruby files
|
|
Gemfile.lock
|
|
|
|
# Python files
|
|
__pycache__
|
|
venv
|
|
env
|
|
|
|
# PHP files
|
|
vendor
|
|
logs
|
|
|
|
# Java files
|
|
.settings
|
|
target/
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
|
|
# Typescript
|
|
dist
|
|
|
|
# React
|
|
build
|
|
|
|
# act
|
|
.secrets
|
|
|
|
spec/examples.txt
|
|
sample-ci/ |