Skip to content
Snippets Groups Projects
Select Git revision
  • fc56f3ccc450b5fb2b23881894e5b47af09aa5f4
  • master default protected
  • docs-improve_user_path_description
  • fix-pipeline
  • ci-change_exercises_image_registry
  • feat-merge_recorder_in_extension
  • feat-default_folder
  • feat-change_user
  • develop protected
  • refactor-mission
  • feat-exercise_automatic_save
  • docs-improve_documentation
  • feat-create_little_container_for_developer
  • feat-local-dev
  • 0.1.12
  • 0.1.11
  • 0.1.10
  • 0.1.5
18 results

.gitignore_recorder

Blame
  • Lansana DIOMANDE's avatar
    Lansana DIOMANDE authored and Alexandra committed
    feat(extension): login, open in devcontainer, automaticly save code, open briefing, publish extension
    0ecbf550
    History
    .gitignore_recorder 3.39 KiB
    
    # Created by https://www.toptal.com/developers/gitignore/api/maven,java,node,yarn,kotlin
    # Edit at https://www.toptal.com/developers/gitignore?templates=maven,java,node,yarn,kotlin
    
    ### Java ###
    # Compiled class file
    *.class
    
    # Log file
    *.log
    
    # BlueJ files
    *.ctxt
    
    # Mobile Tools for Java (J2ME)
    .mtj.tmp/
    
    # Package Files #
    *.jar
    *.war
    *.nar
    *.ear
    *.zip
    *.tar.gz
    *.rar
    
    # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
    hs_err_pid*
    
    ### Kotlin ###
    # Compiled class file
    
    # Log file
    
    # BlueJ files
    
    # Mobile Tools for Java (J2ME)
    
    # Package Files #
    
    # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
    
    ### Maven ###
    target/
    pom.xml.tag
    pom.xml.releaseBackup
    pom.xml.versionsBackup
    pom.xml.next
    release.properties
    dependency-reduced-pom.xml
    buildNumber.properties
    .mvn/timing.properties
    # https://github.com/takari/maven-wrapper#usage-without-binary-jar
    .mvn/wrapper/maven-wrapper.jar
    
    ### Node ###
    # Logs
    logs
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*
    lerna-debug.log*
    
    # Diagnostic reports (https://nodejs.org/api/report.html)
    report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
    
    # Runtime data
    pids
    *.pid
    *.seed
    *.pid.lock
    
    # Directory for instrumented libs generated by jscoverage/JSCover
    lib-cov
    
    # Coverage directory used by tools like istanbul
    coverage
    *.lcov
    
    # nyc test coverage
    .nyc_output
    
    # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
    .grunt
    
    # Bower dependency directory (https://bower.io/)
    bower_components
    
    # node-waf configuration
    .lock-wscript
    
    # Compiled binary addons (https://nodejs.org/api/addons.html)
    build/Release
    
    # Dependency directories
    node_modules/
    jspm_packages/
    
    # TypeScript v1 declaration files
    typings/
    
    # TypeScript cache
    *.tsbuildinfo
    
    # Optional npm cache directory
    .npm
    
    # Optional eslint cache
    .eslintcache
    
    # Microbundle cache
    .rpt2_cache/
    .rts2_cache_cjs/
    .rts2_cache_es/
    .rts2_cache_umd/
    
    # Optional REPL history
    .node_repl_history
    
    # Output of 'npm pack'
    *.tgz
    
    # Yarn Integrity file
    .yarn-integrity
    
    
    # parcel-bundler cache (https://parceljs.org/)
    .cache
    
    # Next.js build output
    .next
    
    # Nuxt.js build / generate output
    .nuxt
    dist
    
    # Gatsby files
    .cache/
    # Comment in the public line in if your project uses Gatsby and not Next.js
    # https://nextjs.org/blog/next-9-1#public-directory-support
    # public
    
    # vuepress build output
    .vuepress/dist
    
    # Serverless directories
    .serverless/
    
    # FuseBox cache
    .fusebox/
    
    # DynamoDB Local files
    .dynamodb/
    
    # TernJS port file
    .tern-port
    
    # Stores VSCode versions used for testing VSCode extensions
    .vscode-test
    
    ### yarn ###
    # https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
    
    # .yarn/unplugged and .yarn/build-state.yml should likely always be ignored since
    # they typically hold machine-specific build artifacts. Ignoring them might however
    # prevent Zero-Installs from working (to prevent this, set enableScripts to false).
    .yarn/unplugged
    .yarn/build-state.yml
    
    # .yarn/cache and .pnp.* may be safely ignored, but you'll need to run yarn install
    # to regenerate them between each branch switch.
    # Uncomment the following lines if you're not using Zero-Installs:
    # .yarn/cache
    # .pnp.*
    
    # End of https://www.toptal.com/developers/gitignore/api/maven,java,node,yarn,kotlin
    
    # The following line is to prevent the '.gitignore' file from being pushed on the user's repo
    # That way, it will not be pulled in the user's directory when the container starts
    .gitignore