• Vihang Mehta's avatar
    Run arc liberate · 32742ca4
    Vihang Mehta authored
    Summary:
    All the library maps were stale. Run `arc liberate` and also gitignore
    the liberate module cache.
    
    Test Plan: N/A
    
    Reviewers: zasgar, michelle, #engineering
    
    Reviewed By: zasgar, #engineering
    
    Differential Revision: https://phab.corp.pixielabs.ai/D7532
    
    GitOrigin-RevId: 08fcdf97f487c5ec2a41c669bbd321dec5bd5f0f
    32742ca4
.gitignore 1.19 KiB
*~
**/.DS_Store
\#*\#

bazel-*

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff:
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/dictionaries
**/.idea/vcs.xml
**/.idea/jsLibraryMappings.xml
**/.idea/misc.xml

# Sensitive or high-churn files:
**/.idea/dataSources
**/.idea/dataSources.ids
**/.idea/dataSources.xml
**/.idea/dataSources.local.xml
**/.idea/sqlDataSources.xml
**/.idea/dynamic.xml
**/.idea/uiDesigner.xml

# CLion Bazel files.
.clwb

# VScode files
**/.vscode/tags
**/.vscode/launch.json
**/.vscode/settings.json
**/.vscode/tasks.json
**/.vscode/.vs_code_bazel_build/**
**/.vscode/ipch/

# Python cache files.
.cache
__pycache__
venv/
*.py[co]

# Sublime setup.
**/*.sublime-workspace

vendor/*

# Used for user specific workspace config.
user.bazelrc

# A cache directory to be use by Bazel.
.bazel-cache

# Arc liberate cache
.phutil_module_cache

# Ignore Skaffold Build Directory
skaffold_build/

# Hide generated .deb files
*.deb

compile_commands.json
clang_tidy.log

# LSIF data for code intel
*.dump.lsif
dump.lsif