Skip to content

theanotherwise/ignores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Visual Studio Code .code-workspace

{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"window.title": "Presemantic | App | Homearo | Upload - CF Workerxxx",
		"files.exclude": {
			"**/node_modules": true,
			"**/.git": true,
			"**/.github": true,
			"**/.gitignore": true,
			"**/.DS_Store": true,
			"**/.cache": true,
			"**/.yarn": true,
			"**/.vscode": true,
			"**/.nuxt": true,
			"**/.terragrunt-cache": true,
			"**/.idea": true,
			"**/.terraform": true,
			"**/.tfstate": true,
			"**/.terraform.lock.hcl": true,
			"**/__pycache__": true,
			"**/*.pyc": true,
			"**/*.pyo": true,
			"**/*.pyd": true
		},
		"search.exclude": {
			"**/node_modules": true,
			"**/.git": true,
			"**/.github": true,
			"**/.gitignore": true,
			"**/.DS_Store": true,
			"**/.cache": true,
			"**/.yarn": true,
			"**/.vscode": true,
			"**/.nuxt": true,
			"**/.terragrunt-cache": true,
			"**/.idea": true,
			"**/.terraform": true,
			"**/.tfstate": true,
			"**/.terraform.lock.hcl": true,
			"**/__pycache__": true,
			"**/*.pyc": true,
			"**/*.pyo": true,
			"**/*.pyd": true
		}
	}
}

Cursor .cursorignore

**/node_modules
**/.git
**/.github
**/.gitignore
**/.DS_Store
**/.cache
**/.yarn
**/.vscode
**/.nuxt
**/.terragrunt-cache
**/.idea
**/.terraform
**/*.tfstate
**/.terraform.lock.hcl
**/__pycache__
**/*.pyc
**/*.pyo
**/*.pyd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published