KB001 - Hidden files in Code Context

Summary

In Code Context, some files/folders might be hidden and restricted from selection, including their sub-items.

These include:

  • Files that do not provide meaningful insights
  • Files with security concerns

The list of such files is as follows:

# General / Security Sensitive

.env

*.env.*

certs/

keys

ssl/

secrets/

config/private/

config/secrets/

*.git

*.svn

# Node.js / JavaScript

node_modules/

# Python

__pycache__/

*.pyd

*.pyo

*.pyc

venv/

.venv/

# Ruby

.bundle/

# PHP

# Java

.classpath

.project

.settings/

# C# / .NET

secrets.json

*.suo

*.user

*.vs

*.userosscache

*.sln.docstates

# Swift / Objective-C (iOS)

*.xcworkspace

*.xcodeproj/

xcuserdata/

*.ipa

*.app

# Android (Java/Kotlin)

.gradle/

local.properties

output.json

.mvn/

*.jar

*.war

*.ear

# Rust

/target/

*.lock

# C/C++

*.o

*.obj

*.so

*.exe

*.dll

CMakeFiles/

CMakeCache.txt

cmake_install.cmake

Makefile

Debug

Release

# Flutter

.flutter-plugins

.flutter-plugins-dependencies

.packages

ios/Flutter/Flutter.framework

ios/Flutter/Flutter.podspec

ios/Flutter/Generated.xcconfig

android/.gradle/

android/app/build/

# Scala / SBT

lib_managed/

src_managed/

# Haskell

*.hi

*.o

# Build output folders

target/

build/

dist/

out/

bin/

obj/

# IDE-specific/OS/Environment-specific folders

.vscode/

*.iml

.idea/

*.sublime-*

.metadata/

nbproject/

DerivedData/

.DS_Store/

Thumbs.db/

# Dependency & cache folders

node_modules/

vendor/

packages/

pkg/

.cache/

cache/

__pycache__/

*.egg-info/

# Log/Tmp & Test folders

log/

logs/

temp/

tmp/

*.log

*.tmp

*.bak

*.swp

*.lock

test-reports/

reports/

htmlcov/

Properties

Applies to: CodeViste v1.7.0+ (VS Code and JetBrains), CodeVista v1.3.0+ (Visual Studio)
Reference: DOCIFY-6847, CONTEXT - Code Context Specs - Docify - FSOFT Collaboration
Knowledge base ID: 0001
Last updated: Mar 31, 2025