44 строки
432 B
Plaintext
44 строки
432 B
Plaintext
node_modules
|
|
|
|
# Output directories
|
|
build/
|
|
target/
|
|
bin/
|
|
|
|
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Eclipse files
|
|
.settings
|
|
.classpath
|
|
.project
|
|
|
|
# vim files
|
|
.*.sw[a-z]
|
|
*.un~
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Gradle
|
|
.gradle
|
|
|
|
# direnv
|
|
.envrc
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
# proto generated files
|
|
proto
|
|
|
|
# these files are copied from subprojects and should not be included
|
|
lib
|
|
|
|
#sourcemaps
|
|
*.map
|
|
|
|
# generated files
|
|
index.js
|
|
index.d.ts
|